summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:22:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-27 13:22:27 +0000
commit9e944ca500a6aadbac604cb0f32e5c7988de6c20 (patch)
tree1f4459487912eb3e617fe654492fe5943232413c /configure
parentb34cc133d4cb71d4345a7292be684dd83ff0c5ca (diff)
downloadexecline-9e944ca500a6aadbac604cb0f32e5c7988de6c20.tar.xz
configure: allow $CC to have several words
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 () {