(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
authortruelight
Tue, 02 Jan 2007 21:31:39 +0000
changeset 5486 ae4bc84abf24
parent 5485 fcd57778b940
child 5487 0679a4b9b435
(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
configure
--- a/configure	Tue Jan 02 21:30:33 2007 +0000
+++ b/configure	Tue Jan 02 21:31:39 2007 +0000
@@ -33,7 +33,7 @@
 fi
 
 set_default
-detect_params $@
+detect_params "$@"
 save_params
 check_params
 make_cflags_and_ldflags