From: Sebastian Harl Date: Mon, 24 Feb 2014 02:43:49 +0000 (-0800) Subject: t/cibuild.sh: Use ./configure --enable-standards. X-Git-Tag: sysdb-0.1.0~174 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=51b387d139a2c8e61224586d9543d7cef2aaf6a8 t/cibuild.sh: Use ./configure --enable-standards. --- diff --git a/t/cibuild.sh b/t/cibuild.sh index 8b872af..b90fb41 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -7,7 +7,7 @@ set -ex ./autogen.sh -./configure --enable-gcov $CIOPTIONS \ +./configure --enable-standards --enable-gcov $CIOPTIONS \ CFLAGS="-O0 $CICFLAGS" \ LDFLAGS="$CILDFLAGS" make clean all