diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index f0b2653..0d5867a 100755 --- a/configure +++ b/configure @@ -78,7 +78,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { |