skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 7c462622eb9e019848c872434fc7c8f875cf3323
parent 4fd66d857b5e0c9cea39b48fde1b3c5e50ee687e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 26 Sep 2016 15:17:33 +0000

 Replace c99 compiler test with clang

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -344,7 +344,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"