From eaf9404b22bba7be5092672144b867380c602beb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Sep 2016 13:18:54 +0000 Subject: configure: allow $CC to have several words --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0b690fc..55136cc 100755 --- a/configure +++ b/configure @@ -82,7 +82,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { -- cgit v1.3.1