summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () {