X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eca05e65abb3a1c9491c4294ab2600d2cec8615b..4974d09cc659e2859fcf916ad020628c9695e2f8:/configure.ac diff --git a/configure.ac b/configure.ac index d1a755ca..8651dd1b 100644 --- a/configure.ac +++ b/configure.ac @@ -214,11 +214,6 @@ test "$nmh_cv_has_q_unused_arguments" = "yes" && \ AM_LDFLAGS="${AM_LDFLAGS:+$AM_LDFLAGS }-Qunused-arguments" AC_SUBST([AM_LDFLAGS]) -dnl This hack turns off assertions by default, assuming -dnl that configure still uses this shell variable. Without -dnl it, AC_HEADER_ASSERT enables assertions by default. -test -z "$enable_assert" && enable_assert=no - AC_HEADER_ASSERT dnl ------------------