Changeset - r5486:22474c931347
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-02 21:31:39
truelight@openttd.org
(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -30,13 +30,13 @@ then
 
	configure=`cat config.cache`
 
	$configure
 
	exit $?
 
fi
 

	
 
set_default
 
detect_params $@
 
detect_params "$@"
 
save_params
 
check_params
 
make_cflags_and_ldflags
 

	
 
EXE=""
 
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "OS2" ]
0 comments (0 inline, 0 general)