From a4631edef8000dea69022040ca146428e3155451 Mon Sep 17 00:00:00 2001 From: barbieri Date: Fri, 26 Dec 2008 19:14:57 +0000 Subject: [PATCH] oops, it's EINA_SAFETY_CHECKS, not just SAFETY_CHECKS. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@38328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76cf1e1..fac5a11 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_MSG_RESULT($want_safety_checks) AM_CONDITIONAL(SAFETY_CHECKS, test "x$want_safety_checks" = "xyes") if test "x$want_safety_checks" = "xyes"; then - AC_DEFINE(SAFETY_CHECKS, 1, [disable safety checks for NULL pointers and like.]) + AC_DEFINE(EINA_SAFETY_CHECKS, 1, [disable safety checks for NULL pointers and like.]) EINA_SAFETY_CHECKS=1 else EINA_SAFETY_CHECKS=0 -- 2.7.4