spot/m4/ndebug.m4
2004-08-09 08:51:39 +00:00

6 lines
191 B
Text

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