diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:37 +0000 |
commit | b34cc133d4cb71d4345a7292be684dd83ff0c5ca (patch) | |
tree | b4cd3bdae03efc759ddfa285caf08538267f9fbc /configure | |
parent | 553976b8d257fe79d872d38e9905646a8c9c2f4d (diff) | |
download | execline-b34cc133d4cb71d4345a7292be684dd83ff0c5ca.tar.gz execline-b34cc133d4cb71d4345a7292be684dd83ff0c5ca.tar.xz execline-b34cc133d4cb71d4345a7292be684dd83ff0c5ca.zip |
Replace c99 compiler test with clang
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
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" |