summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:22:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:22:55 +0000
commit697eaf05dc9ed8c6a10be7f404078c4c60ddf108 (patch)
tree7c8638fdabd4c1ce3fd373c45b524816b924a859
parentf8376cc71e516c4741d7bc7268226994c3c18ae0 (diff)
downloads6-rc-697eaf05dc9ed8c6a10be7f404078c4c60ddf108.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 bda1533..6ff8675 100755
--- a/configure
+++ b/configure
@@ -80,7 +80,7 @@ cmdexists () {
}
trycc () {
- test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1
+ test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*"
}
stripdir () {