* Makefile.am: recreated Makefile.am from Makefile.am.in
[findutils.git] / m4 / assert.m4
blob00e45ab4dff4f0be713463e47580527ec4cc4cb5
1 #serial 1
2 dnl based on code from Eleftherios Gkioulekas
4 AC_DEFUN(jm_ASSERT,
6   AC_MSG_CHECKING(whether to enable assertions)
7   AC_ARG_ENABLE(assert,
8                 [  --disable-assert        turn off assertions],
9                 [ AC_MSG_RESULT(no)
10                   AC_DEFINE(NDEBUG) ],
11                 [ AC_MSG_RESULT(yes) ]
12                )