From 9e944ca500a6aadbac604cb0f32e5c7988de6c20 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Sep 2016 13:22:27 +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 f4e502c..f315069 100755 --- a/configure +++ b/configure @@ -79,7 +79,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