summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:50 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:50 +0000
commitf8376cc71e516c4741d7bc7268226994c3c18ae0 (patch)
tree672076505ad2f64df8b5153646c303fde846bfbf
parent295824d08d724608aa5c6c9992a4fa6937fc8d80 (diff)
downloads6-rc-f8376cc71e516c4741d7bc7268226994c3c18ae0.tar.xz
Replace c99 compiler test with clang
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"