ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/m4/ax_arg_enable_assert.m4
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

File Contents

# 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 ])

Properties

Name Value
svn:eol-style native