diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:33 +0000 |
commit | 7c462622eb9e019848c872434fc7c8f875cf3323 (patch) | |
tree | 7b99a53066e046cf601462eb04b95f7639fc41dc | |
parent | 4fd66d857b5e0c9cea39b48fde1b3c5e50ee687e (diff) | |
download | skalibs-7c462622eb9e019848c872434fc7c8f875cf3323.tar.xz |
Replace c99 compiler test with clang
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |