diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:41 +0000 |
commit | 04bb0d3b63801af65585f9ae6e437b8b6edf7ab5 (patch) | |
tree | bda978031f64ccd2bf7e06d951e33475e0ffb153 /configure | |
parent | 37e6ec105afdeb3ff810eb87f89161f2bd2e84d6 (diff) | |
download | s6-dns-04bb0d3b63801af65585f9ae6e437b8b6edf7ab5.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" |