summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:33 +0000
commit7c462622eb9e019848c872434fc7c8f875cf3323 (patch)
tree7b99a53066e046cf601462eb04b95f7639fc41dc
parent4fd66d857b5e0c9cea39b48fde1b3c5e50ee687e (diff)
downloadskalibs-7c462622eb9e019848c872434fc7c8f875cf3323.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 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"