summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:17:37 +0000
commitb34cc133d4cb71d4345a7292be684dd83ff0c5ca (patch)
treeb4cd3bdae03efc759ddfa285caf08538267f9fbc /configure
parent553976b8d257fe79d872d38e9905646a8c9c2f4d (diff)
downloadexecline-b34cc133d4cb71d4345a7292be684dd83ff0c5ca.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 7ac54ee..f4e502c 100755
--- a/configure
+++ b/configure
@@ -257,7 +257,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"