summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2005-05-06 08:51:44 +0000
committerEric Blake <ebb9@byu.net>2007-10-05 22:01:10 -0600
commit61bb7a83b4e8b4864273ef19ff26c390dbf84080 (patch)
tree72750eb47305f32061f1bed8cde775c73e895937 /configure.ac
parentc84e7260cb0ded995e20c89adbe6f9e52db2275f (diff)
downloadm4-61bb7a83b4e8b4864273ef19ff26c390dbf84080.tar.gz
* configure.ac (gl_MODULES): Add assert to support a
--disable-assert configure time option for NDEBUG setting.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e045d964..309b8e06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ gl_SOURCE_BASE(gnu)
gl_M4_BASE(ltdl/m4)
# We also use getopt and version-etc, but they are copied into
# the project tree by bootstrap since they are used only by m4 itself.
-gl_MODULES(error exit free gettext obstack progname regex stdbool strtol xalloc xalloc-die xstrndup)
+gl_MODULES(assert error exit free gettext obstack progname regex stdbool strtol xalloc xalloc-die xstrndup)
gl_INIT
# Gnulib doesn't always do things quite the way M4 would like...