From f15063b2bb3d5a59cc661f2f5f8fd2a3f1e25b39 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Sep 2016 15:17:48 +0000 Subject: Replace c99 compiler test with clang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e620094..f0b2653 100755 --- 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" -- cgit v1.2.3