Sigh. My new e-mail client doesn't want to send .patch files
as text/plain. Trying again...

--
 Laurent
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 () {

Reply via email to