summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:46 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:46 +0000
commit621ed27294b8e0e3c797121ad3e69063d26135a2 (patch)
tree1cad74895cf30b15af855fb22a57f371ac7eb4f9 /configure
parent1ea6c3d3e5d1de22d281aea81e2573e1f8597d98 (diff)
downloads6-networking-621ed27294b8e0e3c797121ad3e69063d26135a2.tar.xz
Replace c99 compiler test with clang
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"