diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:46 +0000 |
commit | 621ed27294b8e0e3c797121ad3e69063d26135a2 (patch) | |
tree | 1cad74895cf30b15af855fb22a57f371ac7eb4f9 /configure | |
parent | 1ea6c3d3e5d1de22d281aea81e2573e1f8597d98 (diff) | |
download | s6-networking-621ed27294b8e0e3c797121ad3e69063d26135a2.tar.xz |
Replace c99 compiler test with clang
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |