From 7c462622eb9e019848c872434fc7c8f875cf3323 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Sep 2016 15:17:33 +0000 Subject: Replace c99 compiler test with clang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 29688da..0b690fc 100755 --- a/configure +++ b/configure @@ -344,7 +344,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