* m4/ndebug.m4: Update CPPFLAGS, not CFLAGS.

This commit is contained in:
Alexandre Duret-Lutz 2004-08-09 08:51:39 +00:00
parent 576e00099d
commit 50ed9f8c0b
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2004-08-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* m4/ndebug.m4: Update CPPFLAGS, not CFLAGS.
* src/tgbaalgos/ltl2tgba_fm.hh (ltl_to_tgba_fm): Document all
parameters.
* src/tgbaalgos/ltl2tgba_lacim.hh (ltl_to_tgba_lacim): Likewise.

View file

@ -2,5 +2,5 @@ AC_DEFUN([adl_NDEBUG],
[AC_ARG_ENABLE([assert],
[AC_HELP_STRING([--enable-assert], [turn on assertions])])
if test "$enable_assert" != yes; then
CFLAGS="$CFLAGS -DNDEBUG"
CPPFLAGS="$CPPFLAGS -DNDEBUG"
fi])