aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/acinclude.m4
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/eina/acinclude.m4
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/eina/acinclude.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/eina/acinclude.m4 b/libraries/eina/acinclude.m4
deleted file mode 100644
index cfc0859..0000000
--- a/libraries/eina/acinclude.m4
+++ /dev/null
@@ -1,14 +0,0 @@
1m4_ifndef([AC_HEADER_ASSERT], [
2# AC_HEADER_ASSERT
3# ----------------
4# Check whether to enable assertions.
5AC_DEFUN([AC_HEADER_ASSERT],
6[
7 AC_MSG_CHECKING([whether to enable assertions])
8 AC_ARG_ENABLE([assert],
9 [ --disable-assert turn off assertions],
10 [AC_MSG_RESULT([no])
11 AC_DEFINE(NDEBUG, 1, [Define to 1 if assertions should be disabled.])],
12 [AC_MSG_RESULT(yes)])
13])
14])