efl: do not define EINA_SAFETY_CHECKS twice.

it was being defined in config.h and eina_config.h



SVN revision: 77819
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-10 21:40:24 +00:00
parent f9c314d07c
commit 676201e1c1
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ fi
AC_SUBST([EINA_CONFIGURE_MAGIC_DEBUG])
if test "x${have_safety_checks}" = "xyes" ; then
AC_DEFINE([EINA_SAFETY_CHECKS], [1], [disable safety checks for NULL pointers and like.])
EINA_CONFIGURE_SAFETY_CHECKS="#define EINA_SAFETY_CHECKS"
fi
AC_SUBST([EINA_CONFIGURE_SAFETY_CHECKS])