From f8376cc71e516c4741d7bc7268226994c3c18ae0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Sep 2016 15:17:50 +0000 Subject: Replace c99 compiler test with clang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 67b3148..bda1533 100755 --- a/configure +++ b/configure @@ -263,7 +263,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