commit c043c47247dd6cb19e53ca44754b00f9db8ea2d9
parent 2695d48e5ede91e91b827900e1a0e41c6e02a37c
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Mon, 26 Sep 2016 15:17:39 +0000
Replace c99 compiler test with clang
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -254,7 +254,7 @@ fi
echo "checking for C compiler..."
trycc ${cross}${CC}
trycc ${cross}gcc
-trycc ${cross}c99
+trycc ${cross}clang
trycc ${cross}cc
test -n "$CC_AUTO" || { echo "$0: cannot find a C compiler" ; exit 1 ; }
echo " ... $CC_AUTO"