# HG changeset patch # User truelight # Date 2007-01-02 21:31:39 # Node ID 22474c9313478e2cf1d71e732fe62d4695d31dc6 # Parent 0606dc26f67f2f581b366c9a3ecf0271112af21f (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) diff --git a/configure b/configure --- a/configure +++ b/configure @@ -33,7 +33,7 @@ then fi set_default -detect_params $@ +detect_params "$@" save_params check_params make_cflags_and_ldflags