diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:44 +0000 |
commit | 705281c73754456f5ab25ea486f0995f1be6789f (patch) | |
tree | 0f64785fc3da54bb258fb7f9261a753168977440 /configure | |
parent | 286383d8baa52a9c86e33139642736a74689ee12 (diff) | |
download | s6-linux-utils-705281c73754456f5ab25ea486f0995f1be6789f.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" |