From b34cc133d4cb71d4345a7292be684dd83ff0c5ca Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Sep 2016 15:17:37 +0000 Subject: Replace c99 compiler test with clang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7ac54ee..f4e502c 100755 --- a/configure +++ b/configure @@ -257,7 +257,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.3.1