Revision: | 9962 |
Committed: | Fri Jun 4 13:22:09 2021 UTC (4 years, 2 months ago) by michael |
File size: | 314 byte(s) |
Log Message: | - m4/: changes to syntax only |
# | Content |
---|---|
1 | AC_DEFUN([AX_ARG_ENABLE_ASSERT], [ |
2 | AC_ARG_ENABLE([assert], AS_HELP_STRING([--enable-assert], |
3 | [Enable assert() statements]), |
4 | [assert=$enableval], [assert=no]) |
5 | |
6 | AS_IF([test "$assert" = "no"], |
7 | [AC_DEFINE([NDEBUG], [1], [Define to disable assert() statements.])]) |
8 | ]) |
Name | Value |
---|---|
svn:eol-style | native |