]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed too strict check from wx-config that prevented wxwin.m4 from wx-2.8
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 21 Sep 2008 18:54:25 +0000 (18:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 21 Sep 2008 18:54:25 +0000 (18:54 +0000)
from working with trunk version of wx (the "Extra unknown input
parameters : $input_parameters" error).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 63472451d6fbd9fb107359bcfdd4d7979fe7433e..5a099366a647b172c1cbbb8ae2d4ce35743eeb72 100755 (executable)
@@ -309,12 +309,6 @@ check_yesno_option unicode chartype unicode ansi
 check_yesno_option debug debugtype debug release
 check_yesno_option static linkage '-static'
 
-# Display error for unknown input parameters
-if [ $input_parameters ]; then
-    decho "Extra unknown input parameters : $input_parameters"
-    exit 1
-fi
-
 # Dump everything we just read in debug mode.
 if [ -n "$WXDEBUG" ]; then