From ed33cad79eeb396d7323217951a50812d426c040 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 21 Sep 2008 18:54:25 +0000 Subject: [PATCH] Removed too strict check from wx-config that prevented wxwin.m4 from wx-2.8 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wx-config.in b/wx-config.in index 63472451d6..5a099366a6 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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 -- 2.45.2