2 dnl Check whether to enable/disable assertions.
7 AC_ARG_ENABLE([assert],
8 AS_HELP_STRING([--enable-assert], [turn on assertions [yes]]),
10 if test "x$enableval" = xno; then
18 if test "x$enable_assert" = xno; then
19 AC_DEFINE(G_DISABLE_ASSERT, 1, [Define to disable assertions])