diff options
author | truelight <truelight@openttd.org> | 2007-01-02 21:31:39 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-01-02 21:31:39 +0000 |
commit | 35d6566d3cba2d2853b62fe3c3fabe765bd968fc (patch) | |
tree | 2c0c4d1023900c24995d4c94507551f8e28fa775 /configure | |
parent | 566f437bfa72195ad98f2111275bceee9a12e70a (diff) | |
download | openttd-35d6566d3cba2d2853b62fe3c3fabe765bd968fc.tar.xz |
(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ then fi set_default -detect_params $@ +detect_params "$@" save_params check_params make_cflags_and_ldflags |