(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 5737 2518c9df3780
parent 5736 e54edfb4577a
child 5738 dfbda1b84e94
(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