changeset 5486:72ae2cc949c2 draft

(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
author truelight <truelight@openttd.org>
date Tue, 02 Jan 2007 21:31:39 +0000
parents 63c1aa81e73d
children 37a97ee99726
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure
+++ b/configure
@@ -33,7 +33,7 @@
 fi
 
 set_default
-detect_params $@
+detect_params "$@"
 save_params
 check_params
 make_cflags_and_ldflags