diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:43 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:17:43 +0000 |
| commit | 4496a1e64a586084932efd58ec6991bcfd8dcdcf (patch) | |
| tree | 22bfd6e218e3af1068f0e0a20d5a2579b0b58476 /configure | |
| parent | 2a8c184a1ece958ea9f6afdea6bf0f1f7c86c10b (diff) | |
| download | s6-linux-init-4496a1e64a586084932efd58ec6991bcfd8dcdcf.tar.gz | |
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" |
