]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Separate out constructors / destructors, add support for enums and include files...
[wxWidgets.git] / wx-config.in
index 63472451d6fbd9fb107359bcfdd4d7979fe7433e..b06d0e065ff0684f56d6e402f82c6f79175968e7 100755 (executable)
@@ -72,7 +72,8 @@ usage()
   list  below.  The  --optional-libs parameter should be followed by  a list
   of  libs that should be linked to, but only if they are available.
 
-  Available libraries in this build are : @BUILT_WX_LIBS@
+  Available libraries in this build are:
+  @BUILT_WX_LIBS@
 
 EOF
 
@@ -309,12 +310,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