From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/eina/acinclude.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libraries/eina/acinclude.m4 (limited to 'libraries/eina/acinclude.m4') diff --git a/libraries/eina/acinclude.m4 b/libraries/eina/acinclude.m4 new file mode 100644 index 0000000..cfc0859 --- /dev/null +++ b/libraries/eina/acinclude.m4 @@ -0,0 +1,14 @@ +m4_ifndef([AC_HEADER_ASSERT], [ +# AC_HEADER_ASSERT +# ---------------- +# Check whether to enable assertions. +AC_DEFUN([AC_HEADER_ASSERT], +[ + AC_MSG_CHECKING([whether to enable assertions]) + AC_ARG_ENABLE([assert], + [ --disable-assert turn off assertions], + [AC_MSG_RESULT([no]) + AC_DEFINE(NDEBUG, 1, [Define to 1 if assertions should be disabled.])], + [AC_MSG_RESULT(yes)]) +]) +]) -- cgit v1.1