--enable-no_exceptions create code without C++ exceptions handling
--enable-permissive compile code disregarding strict ANSI
--enable-no_deps create code without dependency information
- --enable-compat20 enable wxWindows 2.0 compatibility
--enable-compat22 enable wxWindows 2.2 compatibility
--disable-compat24 disable wxWindows 2.4 compatibility
--enable-rpath=DIR output the rpath flag from wx-config
- enablestring=
- echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
-echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
- no_cache=0
- # Check whether --enable-compat20 or --disable-compat20 was given.
-if test "${enable_compat20+set}" = set; then
- enableval="$enable_compat20"
-
- if test "$enableval" = yes; then
- ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
- else
- ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
- fi
-
-else
-
- LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- else
- no_cache=1
- fi
-
- ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
-
-fi;
-
- eval "$ac_cv_use_compat20"
- if test "$no_cache" != 1; then
- echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
- fi
-
- if test "$WXWIN_COMPATIBILITY_2" = yes; then
- echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
-
-
enablestring=
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
fi
-if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define WXWIN_COMPATIBILITY_2 1
-_ACEOF
-
-
- WXWIN_COMPATIBILITY_2_2="yes"
-fi
-
if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
cat >>confdefs.h <<\_ACEOF
#define WXWIN_COMPATIBILITY_2_2 1
echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
echo " What level of wxWindows compatibility should be enabled?"
-echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"