diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:39 +0000 |
commit | c043c47247dd6cb19e53ca44754b00f9db8ea2d9 (patch) | |
tree | a3eb5278b0610c8512f47ea889e3e64a22c30d06 /configure | |
parent | 2695d48e5ede91e91b827900e1a0e41c6e02a37c (diff) | |
download | s6-c043c47247dd6cb19e53ca44754b00f9db8ea2d9.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" |