Code

t/cibuild.sh: Use ./configure --enable-standards.
[sysdb.git] / t / cibuild.sh
index 8b872af6edbc7fb39bdc4570a9fea25bc10f06ea..b90fb41855028091d3a2917245f21982894df220 100755 (executable)
@@ -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