From 01f4a45b55cb31b93948ba44b5e7c5f38ae29334 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 2 Jan 2007 21:31:39 +0000 Subject: (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(-) (limited to 'configure') diff --git a/configure b/configure index 26e86a1a5..7800fe550 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 -- cgit v1.2.3-54-g00ecf