From 35d6566d3cba2d2853b62fe3c3fabe765bd968fc Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 2 Jan 2007 21:31:39 +0000 Subject: [PATCH] (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 26e86a1a5b..7800fe5501 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ then fi set_default -detect_params $@ +detect_params "$@" save_params check_params make_cflags_and_ldflags