From 51b387d139a2c8e61224586d9543d7cef2aaf6a8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 23 Feb 2014 18:43:49 -0800 Subject: [PATCH] t/cibuild.sh: Use ./configure --enable-standards. --- t/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2