summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:48 +0000
commitf15063b2bb3d5a59cc661f2f5f8fd2a3f1e25b39 (patch)
treebc8928d186ab592c44a407d880a669ea351a96a4
parent44e47b7ccae230aa49bcf0081e48b233d484724c (diff)
downloads6-portable-utils-f15063b2bb3d5a59cc661f2f5f8fd2a3f1e25b39.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 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"