summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:18:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:18:54 +0000
commiteaf9404b22bba7be5092672144b867380c602beb (patch)
tree44a4c29f00f5b2036d4c3feb1a134484dd05e25e
parent7c462622eb9e019848c872434fc7c8f875cf3323 (diff)
downloadskalibs-eaf9404b22bba7be5092672144b867380c602beb.tar.xz
configure: allow $CC to have several words
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 () {