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 |
# | User | Rev | Content |
---|---|---|---|
1 | michael | 9962 | AC_DEFUN([AX_ARG_ENABLE_ASSERT], [ |
2 | AC_ARG_ENABLE([assert], AS_HELP_STRING([--enable-assert], | ||
3 | michael | 4979 | [Enable assert() statements]), |
4 | [assert=$enableval], [assert=no]) | ||
5 | |||
6 | AS_IF([test "$assert" = "no"], | ||
7 | michael | 9962 | [AC_DEFINE([NDEBUG], [1], [Define to disable assert() statements.])]) |
8 | michael | 4979 | ]) |
Name | Value |
---|---|
svn:eol-style | native |