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
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