oops, it's EINA_SAFETY_CHECKS, not just SAFETY_CHECKS.

SVN revision: 38328
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-26 19:14:57 +00:00
parent ab95d9183d
commit b6e27a739f
1 changed files with 1 additions and 1 deletions

View File

@ -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