From 25c26eaf0300575b6fba8c67233785bb0bde8c06 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Sep 2016 13:22:52 +0000 Subject: configure: allow $CC to have several words --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f0b2653..0d5867a 100755 --- a/configure +++ b/configure @@ -78,7 +78,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { -- cgit v1.2.3