summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2015-08-04 13:40:44 +0200
committerKarel Zak2015-08-04 13:40:44 +0200
commit2c6567799debe6017b1a1e1f5695fbe632545521 (patch)
tree1bfe40ffa880df25d50d5ae9102634bde87bda3b /configure.ac
parentlibmount: cleanup assert() usage (diff)
downloadkernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.tar.gz
kernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.tar.xz
kernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.zip
build-sys: add --disable-assert
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cd2ef86c0..6dc7f05b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,6 +169,7 @@ UL_SET_ARCH([MIPS], [mips*])
UL_SET_ARCH([HPPA], [hppa*])
AC_SYS_LARGEFILE
+AC_HEADER_ASSERT
dnl Don't forget to maintain alternatively allowed versions in autogen.sh!
AM_GNU_GETTEXT_VERSION([0.18.3])