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
This commit is contained in:
Václav Slavík 2008-09-21 18:54:25 +00:00
parent f50491352a
commit ed33cad79e

View File

@ -309,12 +309,6 @@ check_yesno_option unicode chartype unicode ansi
check_yesno_option debug debugtype debug release check_yesno_option debug debugtype debug release
check_yesno_option static linkage '-static' 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. # Dump everything we just read in debug mode.
if [ -n "$WXDEBUG" ]; then if [ -n "$WXDEBUG" ]; then