+ DEFAULT_DEFAULT_wxUSE_GTK=1
+ ;;
+ *-*-irix5* | *-*-irix6* )
+ USE_SGI=1
+ USE_SVR4=1
+ cat >> confdefs.h <<\EOF
+#define __SGI__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SVR4__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+ *-*-solaris2* )
+ USE_SUN=1
+ USE_SOLARIS=1
+ USE_SVR4=1
+ cat >> confdefs.h <<\EOF
+#define __SUN__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SOLARIS__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SVR4__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ NEEDS_D_REENTRANT_FOR_R_FUNCS=1
+ ;;
+ *-*-sunos4* )
+ USE_SUN=1
+ USE_SUNOS=1
+ USE_BSD=1
+ cat >> confdefs.h <<\EOF
+#define __SUN__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SUNOS__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __BSD__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+ *-*-freebsd* | *-*-netbsd*)
+ USE_BSD=1
+ USE_FREEBSD=1
+ cat >> confdefs.h <<\EOF
+#define __FREEBSD__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __BSD__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_GTK=1
+ ;;
+ *-*-osf* )
+ USE_ALPHA=1
+ USE_OSF=1
+ cat >> confdefs.h <<\EOF
+#define __ALPHA__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __OSF__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+ *-*-dgux5* )
+ USE_ALPHA=1
+ USE_SVR4=1
+ cat >> confdefs.h <<\EOF
+#define __ALPHA__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SVR4__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+ *-*-sysv5* )
+ USE_SYSV=1
+ USE_SVR4=1
+ cat >> confdefs.h <<\EOF
+#define __SYSV__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SVR4__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+ *-*-aix* )
+ USE_AIX=1
+ USE_SYSV=1
+ USE_SVR4=1
+ cat >> confdefs.h <<\EOF
+#define __AIX__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SYSV__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __SVR4__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MOTIF=1
+ ;;
+
+ *-*-cygwin32* | *-*-mingw32* )
+ USE_UNIX=0
+ USE_WIN32=1
+ cat >> confdefs.h <<\EOF
+#define __WIN32__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __WIN95__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __WINDOWS__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define __GNUWIN32__ 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define STRICT 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define WINVER 0x0400
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_MSW=1
+ ;;
+
+ *-pc-os2_emx )
+ cat >> confdefs.h <<\EOF
+#define __EMX__ 1
+EOF
+
+ DEFAULT_DEFAULT_wxUSE_PM=1
+ ;;
+
+ *-*-beos* )
+ USE_BEOS=1
+ cat >> confdefs.h <<\EOF
+#define __BEOS__ 1
+EOF
+
+ ;;
+
+ *)
+ { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
+esac
+
+if test "$USE_UNIX" = 1 ; then
+ wxUSE_UNIX=yes
+ cat >> confdefs.h <<\EOF
+#define __UNIX__ 1
+EOF
+
+
+ SRC_SUBDIRS="$SRC_SUBDIRS unix"
+ INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
+fi
+
+if test "$USE_BEOS" = 1; then
+ SRC_SUBDIRS="$SRC_SUBDIRS be"
+ INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
+fi
+
+if test "$USE_LINUX" = 1; then
+ echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
+echo "configure:1168: checking for gettext in -lc" >&5
+ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ ac_save_LIBS="$LIBS"
+LIBS="-lc $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 1176 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error. */
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char gettext();
+
+int main() {
+gettext()
+; return 0; }
+EOF
+if { (eval echo configure:1187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -f conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ cat >> confdefs.h <<\EOF
+#define wxHAVE_GLIBC2 1
+EOF
+
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+fi
+
+
+
+
+ wx_arg_cache_file="configarg.cache"
+ echo "loading argument cache $wx_arg_cache_file"
+ rm -f ${wx_arg_cache_file}.tmp
+ touch ${wx_arg_cache_file}.tmp
+ touch ${wx_arg_cache_file}
+
+
+DEBUG_CONFIGURE=0
+if test $DEBUG_CONFIGURE = 1; then
+ DEFAULT_wxUSE_THREADS=yes
+
+ DEFAULT_wxUSE_SHARED=yes
+ DEFAULT_wxUSE_OPTIMISE=yes
+ DEFAULT_wxUSE_PROFILE=no
+ DEFAULT_wxUSE_NO_DEPS=no
+ DEFAULT_wxUSE_NO_RTTI=no
+ DEFAULT_wxUSE_NO_EXCEPTIONS=no
+ DEFAULT_wxUSE_PERMISSIVE=no
+ DEFAULT_wxUSE_DEBUG_FLAG=yes
+ DEFAULT_wxUSE_DEBUG_INFO=yes
+ DEFAULT_wxUSE_DEBUG_GDB=yes
+ DEFAULT_wxUSE_MEM_TRACING=no
+ DEFAULT_wxUSE_DEBUG_CONTEXT=no
+ DEFAULT_wxUSE_DMALLOC=no
+ DEFAULT_wxUSE_APPLE_IEEE=no
+
+ DEFAULT_wxUSE_LOG=yes
+
+ DEFAULT_wxUSE_GUI=yes
+
+ DEFAULT_wxUSE_ZLIB=no
+ DEFAULT_wxUSE_LIBPNG=no
+ DEFAULT_wxUSE_LIBJPEG=no
+ DEFAULT_wxUSE_LIBTIFF=no
+ DEFAULT_wxUSE_ODBC=no
+
+ DEFAULT_wxUSE_STD_IOSTREAM=no
+ DEFAULT_wxUSE_FILE=no
+ DEFAULT_wxUSE_TEXTFILE=no
+ DEFAULT_wxUSE_TIMEDATE=no
+ DEFAULT_wxUSE_WAVE=no
+ DEFAULT_wxUSE_INTL=no
+ DEFAULT_wxUSE_CONFIG=no
+ DEFAULT_wxUSE_STREAMS=no
+ DEFAULT_wxUSE_SOCKETS=no
+ DEFAULT_wxUSE_DIALUP_MANAGER=no
+ DEFAULT_wxUSE_SERIAL=no
+ DEFAULT_wxUSE_JOYSTICK=no
+ DEFAULT_wxUSE_DYNLIB_CLASS=no
+ DEFAULT_wxUSE_LONGLONG=no
+
+ DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
+ DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
+ DEFAULT_wxUSE_POSTSCRIPT=no
+
+ DEFAULT_wxUSE_X_RESOURCES=no
+ DEFAULT_wxUSE_CLIPBOARD=no
+ DEFAULT_wxUSE_TOOLTIPS=no
+ DEFAULT_wxUSE_DRAG_AND_DROP=no
+ DEFAULT_wxUSE_SPLINES=no
+
+ DEFAULT_wxUSE_MDI_ARCHITECTURE=no
+ DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
+ DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
+
+ DEFAULT_wxUSE_PROLOGIO=no
+ DEFAULT_wxUSE_RESOURCES=no
+ DEFAULT_wxUSE_CONSTRAINTS=no
+ DEFAULT_wxUSE_IPC=no
+ DEFAULT_wxUSE_HELP=no
+ DEFAULT_wxUSE_WXTREE=no
+ DEFAULT_wxUSE_METAFILE=no
+
+ DEFAULT_wxUSE_COMMONDLGS=no
+ DEFAULT_wxUSE_DIRDLG=no
+ DEFAULT_wxUSE_TEXTDLG=no
+ DEFAULT_wxUSE_STARTUP_TIPS=no
+ DEFAULT_wxUSE_PROGRESSDLG=no
+ DEFAULT_wxUSE_MINIFRAME=no
+ DEFAULT_wxUSE_HTML=no
+ DEFAULT_wxUSE_FS_INET=no
+ DEFAULT_wxUSE_FS_ZIP=no
+ DEFAULT_wxUSE_BUSYINFO=no
+ DEFAULT_wxUSE_ZIPSTREAM=no
+ DEFAULT_wxUSE_VALIDATORS=yes
+
+ DEFAULT_wxUSE_ACCEL=no
+ DEFAULT_wxUSE_CARET=no
+ DEFAULT_wxUSE_BMPBUTTON=no
+ DEFAULT_wxUSE_CHECKBOX=no
+ DEFAULT_wxUSE_CHECKLST=no
+ DEFAULT_wxUSE_CHOICE=yes
+ DEFAULT_wxUSE_COMBOBOX=no
+ DEFAULT_wxUSE_GAUGE=no
+ DEFAULT_wxUSE_GRID=no
+ DEFAULT_wxUSE_NEW_GRID=no
+ DEFAULT_wxUSE_IMAGLIST=no
+ DEFAULT_wxUSE_LISTBOX=no
+ DEFAULT_wxUSE_LISTCTRL=no
+ DEFAULT_wxUSE_NOTEBOOK=no
+ DEFAULT_wxUSE_RADIOBOX=no
+ DEFAULT_wxUSE_RADIOBTN=no
+ DEFAULT_wxUSE_SASH=no
+ DEFAULT_wxUSE_SCROLLBAR=no
+ DEFAULT_wxUSE_SLIDER=no
+ DEFAULT_wxUSE_SPINBTN=no
+ DEFAULT_wxUSE_SPINCTRL=no
+ DEFAULT_wxUSE_SPLITTER=no
+ DEFAULT_wxUSE_STATBMP=no
+ DEFAULT_wxUSE_STATBOX=no
+ DEFAULT_wxUSE_STATLINE=no
+ DEFAULT_wxUSE_STATUSBAR=yes
+ DEFAULT_wxUSE_TABDIALOG=no
+ DEFAULT_wxUSE_TOOLBAR=no
+ DEFAULT_wxUSE_TOOLBAR_NATIVE=no
+ DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
+ DEFAULT_wxUSE_TREECTRL=no
+
+ DEFAULT_wxUSE_UNICODE=no
+ DEFAULT_wxUSE_WCSRTOMBS=no
+
+ DEFAULT_wxUSE_GIF=no
+ DEFAULT_wxUSE_PCX=no
+ DEFAULT_wxUSE_PNM=no
+else
+ DEFAULT_wxUSE_THREADS=yes
+
+ DEFAULT_wxUSE_SHARED=yes
+ DEFAULT_wxUSE_OPTIMISE=yes
+ DEFAULT_wxUSE_PROFILE=no
+ DEFAULT_wxUSE_NO_DEPS=no
+ DEFAULT_wxUSE_NO_RTTI=no
+ DEFAULT_wxUSE_NO_EXCEPTIONS=no
+ DEFAULT_wxUSE_PERMISSIVE=no
+ DEFAULT_wxUSE_DEBUG_FLAG=no
+ DEFAULT_wxUSE_DEBUG_INFO=no
+ DEFAULT_wxUSE_DEBUG_GDB=no
+ DEFAULT_wxUSE_MEM_TRACING=no
+ DEFAULT_wxUSE_DEBUG_CONTEXT=no
+ DEFAULT_wxUSE_DMALLOC=no
+ DEFAULT_wxUSE_APPLE_IEEE=yes
+
+ DEFAULT_wxUSE_LOG=yes
+
+ DEFAULT_wxUSE_GUI=yes
+
+ DEFAULT_wxUSE_ZLIB=yes
+ DEFAULT_wxUSE_LIBPNG=yes
+ DEFAULT_wxUSE_LIBJPEG=yes
+ DEFAULT_wxUSE_LIBTIFF=yes
+ DEFAULT_wxUSE_ODBC=yes
+
+ DEFAULT_wxUSE_STD_IOSTREAM=no
+ DEFAULT_wxUSE_FILE=yes
+ DEFAULT_wxUSE_TEXTFILE=yes
+ DEFAULT_wxUSE_TIMEDATE=yes
+ DEFAULT_wxUSE_WAVE=no
+ DEFAULT_wxUSE_INTL=yes
+ DEFAULT_wxUSE_CONFIG=yes
+ DEFAULT_wxUSE_STREAMS=yes
+ DEFAULT_wxUSE_SOCKETS=yes
+ DEFAULT_wxUSE_DIALUP_MANAGER=yes
+ DEFAULT_wxUSE_SERIAL=yes
+ DEFAULT_wxUSE_JOYSTICK=yes
+ DEFAULT_wxUSE_DYNLIB_CLASS=yes
+ DEFAULT_wxUSE_LONGLONG=yes
+
+ DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
+ DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
+ DEFAULT_wxUSE_POSTSCRIPT=yes
+
+ DEFAULT_wxUSE_X_RESOURCES=no
+ DEFAULT_wxUSE_CLIPBOARD=yes
+ DEFAULT_wxUSE_TOOLTIPS=yes
+ DEFAULT_wxUSE_DRAG_AND_DROP=yes
+ DEFAULT_wxUSE_SPLINES=yes
+
+ DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
+ DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
+ DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
+
+ DEFAULT_wxUSE_PROLOGIO=yes
+ DEFAULT_wxUSE_RESOURCES=yes
+ DEFAULT_wxUSE_CONSTRAINTS=yes
+ DEFAULT_wxUSE_IPC=yes
+ DEFAULT_wxUSE_HELP=yes
+ DEFAULT_wxUSE_WXTREE=yes
+ DEFAULT_wxUSE_METAFILE=yes
+
+ DEFAULT_wxUSE_COMMONDLGS=yes
+ DEFAULT_wxUSE_DIRDLG=yes
+ DEFAULT_wxUSE_TEXTDLG=yes
+ DEFAULT_wxUSE_STARTUP_TIPS=yes
+ DEFAULT_wxUSE_PROGRESSDLG=yes
+ DEFAULT_wxUSE_MINIFRAME=yes
+ DEFAULT_wxUSE_HTML=yes
+ DEFAULT_wxUSE_FS_INET=yes
+ DEFAULT_wxUSE_FS_ZIP=yes
+ DEFAULT_wxUSE_BUSYINFO=yes
+ DEFAULT_wxUSE_ZIPSTREAM=yes
+ DEFAULT_wxUSE_VALIDATORS=yes
+
+ DEFAULT_wxUSE_ACCEL=yes
+ DEFAULT_wxUSE_CARET=yes
+ DEFAULT_wxUSE_BMPBUTTON=yes
+ DEFAULT_wxUSE_CHECKBOX=yes
+ DEFAULT_wxUSE_CHECKLST=yes
+ DEFAULT_wxUSE_CHOICE=yes
+ DEFAULT_wxUSE_COMBOBOX=yes
+ DEFAULT_wxUSE_GAUGE=yes
+ DEFAULT_wxUSE_GRID=yes
+ DEFAULT_wxUSE_NEW_GRID=no
+ DEFAULT_wxUSE_IMAGLIST=yes
+ DEFAULT_wxUSE_LISTBOX=yes
+ DEFAULT_wxUSE_LISTCTRL=yes
+ DEFAULT_wxUSE_NOTEBOOK=yes
+ DEFAULT_wxUSE_RADIOBOX=yes
+ DEFAULT_wxUSE_RADIOBTN=yes
+ DEFAULT_wxUSE_SASH=yes
+ DEFAULT_wxUSE_SCROLLBAR=yes
+ DEFAULT_wxUSE_SLIDER=yes
+ DEFAULT_wxUSE_SPINBTN=yes
+ DEFAULT_wxUSE_SPINCTRL=yes
+ DEFAULT_wxUSE_SPLITTER=yes
+ DEFAULT_wxUSE_STATBMP=yes
+ DEFAULT_wxUSE_STATBOX=yes
+ DEFAULT_wxUSE_STATLINE=yes
+ DEFAULT_wxUSE_STATUSBAR=yes
+ DEFAULT_wxUSE_TABDIALOG=no
+ DEFAULT_wxUSE_TOOLBAR=yes
+ DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
+ DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
+ DEFAULT_wxUSE_TREECTRL=yes
+
+ DEFAULT_wxUSE_UNICODE=no
+ DEFAULT_wxUSE_WCSRTOMBS=no
+
+ DEFAULT_wxUSE_GIF=yes
+ DEFAULT_wxUSE_PCX=yes
+ DEFAULT_wxUSE_PNM=yes
+fi
+
+
+
+for toolkit in `echo $ALL_TOOLKITS`; do
+ LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ has_toolkit_in_cache=1
+ eval "DEFAULT_$LINE"
+ eval "CACHE_$toolkit=1"
+ fi
+done
+
+
+
+ echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
+echo "configure:1471: checking "for --enable-gui"" >&5
+ no_cache=0
+ # Check whether --enable-gui or --disable-gui was given.
+if test "${enable_gui+set}" = set; then
+ enableval="$enable_gui"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_gui='wxUSE_GUI=yes'
+ else
+ ac_cv_use_gui='wxUSE_GUI=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
+
+fi
+
+
+ eval "$ac_cv_use_gui"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_GUI" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+if test "$wxUSE_GUI" = "yes"; then
+
+# Check whether --with-gtk or --without-gtk was given.
+if test "${with_gtk+set}" = set; then
+ withval="$with_gtk"
+ wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
+fi
+
+# Check whether --with-motif or --without-motif was given.
+if test "${with_motif+set}" = set; then
+ withval="$with_motif"
+ wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
+fi
+
+# Check whether --with-wine or --without-wine was given.
+if test "${with_wine+set}" = set; then
+ withval="$with_wine"
+ wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
+fi
+
+# Check whether --with-cygwin or --without-cygwin was given.
+if test "${with_cygwin+set}" = set; then
+ withval="$with_cygwin"
+ wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
+fi
+
+# Check whether --with-mingw or --without-mingw was given.
+if test "${with_mingw+set}" = set; then
+ withval="$with_mingw"
+ wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
+fi
+
+# Check whether --with-pm or --without-pm was given.
+if test "${with_pm+set}" = set; then
+ withval="$with_pm"
+ wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
+fi
+
+
+# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
+if test "${with_gtk_prefix+set}" = set; then
+ withval="$with_gtk_prefix"
+ gtk_config_prefix="$withval"
+else
+ gtk_config_prefix=""
+fi
+
+# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
+if test "${with_gtk_exec_prefix+set}" = set; then
+ withval="$with_gtk_exec_prefix"
+ gtk_config_exec_prefix="$withval"
+else
+ gtk_config_exec_prefix=""
+fi
+
+
+
+ echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
+echo "configure:1567: checking "for --with-libpng"" >&5
+ no_cache=0
+ # Check whether --with-libpng or --without-libpng was given.
+if test "${with_libpng+set}" = set; then
+ withval="$with_libpng"
+
+ if test "$withval" = yes; then
+ ac_cv_use_libpng='wxUSE_LIBPNG=yes'
+ else
+ ac_cv_use_libpng='wxUSE_LIBPNG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
+
+fi
+
+
+ eval "$ac_cv_use_libpng"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_LIBPNG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
+echo "configure:1606: checking "for --with-libjpeg"" >&5
+ no_cache=0
+ # Check whether --with-libjpeg or --without-libjpeg was given.
+if test "${with_libjpeg+set}" = set; then
+ withval="$with_libjpeg"
+
+ if test "$withval" = yes; then
+ ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
+ else
+ ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
+
+fi
+
+
+ eval "$ac_cv_use_libjpeg"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_LIBJPEG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
+echo "configure:1645: checking "for --with-libtiff"" >&5
+ no_cache=0
+ # Check whether --with-libtiff or --without-libtiff was given.
+if test "${with_libtiff+set}" = set; then
+ withval="$with_libtiff"
+
+ if test "$withval" = yes; then
+ ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
+ else
+ ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
+
+fi
+
+
+ eval "$ac_cv_use_libtiff"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_LIBTIFF" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
+echo "configure:1684: checking "for --with-opengl"" >&5
+ no_cache=0
+ # Check whether --with-opengl or --without-opengl was given.
+if test "${with_opengl+set}" = set; then
+ withval="$with_opengl"
+
+ if test "$withval" = yes; then
+ ac_cv_use_opengl='wxUSE_OPENGL=yes'
+ else
+ ac_cv_use_opengl='wxUSE_OPENGL=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
+
+fi
+
+
+ eval "$ac_cv_use_opengl"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_OPENGL" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+fi
+
+
+ echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
+echo "configure:1726: checking "for --with-dmalloc"" >&5
+ no_cache=0
+ # Check whether --with-dmalloc or --without-dmalloc was given.
+if test "${with_dmalloc+set}" = set; then
+ withval="$with_dmalloc"
+
+ if test "$withval" = yes; then
+ ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
+ else
+ ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
+
+fi
+
+
+ eval "$ac_cv_use_dmalloc"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DMALLOC" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
+echo "configure:1765: checking "for --with-zlib"" >&5
+ no_cache=0
+ # Check whether --with-zlib or --without-zlib was given.
+if test "${with_zlib+set}" = set; then
+ withval="$with_zlib"
+
+ if test "$withval" = yes; then
+ ac_cv_use_zlib='wxUSE_ZLIB=yes'
+ else
+ ac_cv_use_zlib='wxUSE_ZLIB=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
+
+fi
+
+
+ eval "$ac_cv_use_zlib"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_ZLIB" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
+echo "configure:1804: checking "for --with-odbc"" >&5
+ no_cache=0
+ # Check whether --with-odbc or --without-odbc was given.
+if test "${with_odbc+set}" = set; then
+ withval="$with_odbc"
+
+ if test "$withval" = yes; then
+ ac_cv_use_odbc='wxUSE_ODBC=yes'
+ else
+ ac_cv_use_odbc='wxUSE_ODBC=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
+
+fi
+
+
+ eval "$ac_cv_use_odbc"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_ODBC" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+
+
+
+ echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
+echo "configure:1846: checking "for --enable-shared"" >&5
+ no_cache=0
+ # Check whether --enable-shared or --disable-shared was given.
+if test "${enable_shared+set}" = set; then
+ enableval="$enable_shared"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_shared='wxUSE_SHARED=yes'
+ else
+ ac_cv_use_shared='wxUSE_SHARED=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
+
+fi
+
+
+ eval "$ac_cv_use_shared"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_SHARED" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
+echo "configure:1885: checking "for --enable-optimise"" >&5
+ no_cache=0
+ # Check whether --enable-optimise or --disable-optimise was given.
+if test "${enable_optimise+set}" = set; then
+ enableval="$enable_optimise"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
+ else
+ ac_cv_use_optimise='wxUSE_OPTIMISE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
+
+fi
+
+
+ eval "$ac_cv_use_optimise"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_OPTIMISE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
+echo "configure:1924: checking "for --enable-debug"" >&5
+ no_cache=0
+ # Check whether --enable-debug or --disable-debug was given.
+if test "${enable_debug+set}" = set; then
+ enableval="$enable_debug"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_debug='wxUSE_DEBUG=yes'
+ else
+ ac_cv_use_debug='wxUSE_DEBUG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
+
+fi
+
+
+ eval "$ac_cv_use_debug"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DEBUG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+if test "$wxUSE_DEBUG" = "yes"; then
+ DEFAULT_wxUSE_DEBUG_FLAG=yes
+ DEFAULT_wxUSE_DEBUG_INFO=yes
+elif test "$wxUSE_DEBUG" = "no"; then
+ DEFAULT_wxUSE_DEBUG_FLAG=no
+ DEFAULT_wxUSE_DEBUG_INFO=no
+fi
+
+
+ echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
+echo "configure:1972: checking "for --enable-debug_flag"" >&5
+ no_cache=0
+ # Check whether --enable-debug_flag or --disable-debug_flag was given.
+if test "${enable_debug_flag+set}" = set; then
+ enableval="$enable_debug_flag"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
+ else
+ ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
+
+fi
+
+
+ eval "$ac_cv_use_debug_flag"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DEBUG_FLAG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
+echo "configure:2011: checking "for --enable-debug_info"" >&5
+ no_cache=0
+ # Check whether --enable-debug_info or --disable-debug_info was given.
+if test "${enable_debug_info+set}" = set; then
+ enableval="$enable_debug_info"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
+ else
+ ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
+
+fi
+
+
+ eval "$ac_cv_use_debug_info"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DEBUG_INFO" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
+echo "configure:2050: checking "for --enable-debug_gdb"" >&5
+ no_cache=0
+ # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
+if test "${enable_debug_gdb+set}" = set; then
+ enableval="$enable_debug_gdb"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
+ else
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
+
+fi
+
+
+ eval "$ac_cv_use_debug_gdb"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DEBUG_GDB" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
+echo "configure:2089: checking "for --enable-debug_cntxt"" >&5
+ no_cache=0
+ # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
+if test "${enable_debug_cntxt+set}" = set; then
+ enableval="$enable_debug_cntxt"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
+ else
+ ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
+
+fi
+
+
+ eval "$ac_cv_use_debug_cntxt"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DEBUG_CONTEXT" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
+echo "configure:2128: checking "for --enable-mem_tracing"" >&5
+ no_cache=0
+ # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
+if test "${enable_mem_tracing+set}" = set; then
+ enableval="$enable_mem_tracing"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
+ else
+ ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
+
+fi
+
+
+ eval "$ac_cv_use_mem_tracing"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_MEM_TRACING" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
+echo "configure:2167: checking "for --enable-profile"" >&5
+ no_cache=0
+ # Check whether --enable-profile or --disable-profile was given.
+if test "${enable_profile+set}" = set; then
+ enableval="$enable_profile"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_profile='wxUSE_PROFILE=yes'
+ else
+ ac_cv_use_profile='wxUSE_PROFILE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
+
+fi
+
+
+ eval "$ac_cv_use_profile"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_PROFILE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
+echo "configure:2206: checking "for --enable-no_rtti"" >&5
+ no_cache=0
+ # Check whether --enable-no_rtti or --disable-no_rtti was given.
+if test "${enable_no_rtti+set}" = set; then
+ enableval="$enable_no_rtti"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
+ else
+ ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
+
+fi
+
+
+ eval "$ac_cv_use_no_rtti"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_NO_RTTI" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
+echo "configure:2245: checking "for --enable-no_exceptions"" >&5
+ no_cache=0
+ # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
+if test "${enable_no_exceptions+set}" = set; then
+ enableval="$enable_no_exceptions"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
+ else
+ ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
+
+fi
+
+
+ eval "$ac_cv_use_no_exceptions"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_NO_EXCEPTIONS" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
+echo "configure:2284: checking "for --enable-permissive"" >&5
+ no_cache=0
+ # Check whether --enable-permissive or --disable-permissive was given.
+if test "${enable_permissive+set}" = set; then
+ enableval="$enable_permissive"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
+ else
+ ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
+
+fi
+
+
+ eval "$ac_cv_use_permissive"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_PERMISSIVE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
+echo "configure:2323: checking "for --enable-no_deps"" >&5
+ no_cache=0
+ # Check whether --enable-no_deps or --disable-no_deps was given.
+if test "${enable_no_deps+set}" = set; then
+ enableval="$enable_no_deps"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
+ else
+ ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
+
+fi
+
+
+ eval "$ac_cv_use_no_deps"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_NO_DEPS" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+
+
+ echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
+echo "configure:2364: checking "for --enable-intl"" >&5
+ no_cache=0
+ # Check whether --enable-intl or --disable-intl was given.
+if test "${enable_intl+set}" = set; then
+ enableval="$enable_intl"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_intl='wxUSE_INTL=yes'
+ else
+ ac_cv_use_intl='wxUSE_INTL=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
+
+fi
+
+
+ eval "$ac_cv_use_intl"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_INTL" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
+echo "configure:2403: checking "for --enable-config"" >&5
+ no_cache=0
+ # Check whether --enable-config or --disable-config was given.
+if test "${enable_config+set}" = set; then
+ enableval="$enable_config"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_config='wxUSE_CONFIG=yes'
+ else
+ ac_cv_use_config='wxUSE_CONFIG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
+
+fi
+
+
+ eval "$ac_cv_use_config"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_CONFIG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+if test "$wxUSE_GUI" = "yes"; then
+
+ echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
+echo "configure:2444: checking "for --enable-sockets"" >&5
+ no_cache=0
+ # Check whether --enable-sockets or --disable-sockets was given.
+if test "${enable_sockets+set}" = set; then
+ enableval="$enable_sockets"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_sockets='wxUSE_SOCKETS=yes'
+ else
+ ac_cv_use_sockets='wxUSE_SOCKETS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
+
+fi
+
+
+ eval "$ac_cv_use_sockets"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_SOCKETS" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+else
+wxUSE_SOCKETS=no
+fi
+
+
+ echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
+echo "configure:2487: checking "for --enable-dialupman"" >&5
+ no_cache=0
+ # Check whether --enable-dialupman or --disable-dialupman was given.
+if test "${enable_dialupman+set}" = set; then
+ enableval="$enable_dialupman"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
+ else
+ ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
+
+fi
+
+
+ eval "$ac_cv_use_dialupman"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DIALUP_MANAGER" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
+echo "configure:2526: checking "for --enable-ipc"" >&5
+ no_cache=0
+ # Check whether --enable-ipc or --disable-ipc was given.
+if test "${enable_ipc+set}" = set; then
+ enableval="$enable_ipc"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_ipc='wxUSE_IPC=yes'
+ else
+ ac_cv_use_ipc='wxUSE_IPC=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
+
+fi
+
+
+ eval "$ac_cv_use_ipc"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_IPC" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
+echo "configure:2565: checking "for --enable-apple_ieee"" >&5
+ no_cache=0
+ # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
+if test "${enable_apple_ieee+set}" = set; then
+ enableval="$enable_apple_ieee"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
+ else
+ ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
+
+fi
+
+
+ eval "$ac_cv_use_apple_ieee"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_APPLE_IEEE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
+echo "configure:2604: checking "for --enable-timedate"" >&5
+ no_cache=0
+ # Check whether --enable-timedate or --disable-timedate was given.
+if test "${enable_timedate+set}" = set; then
+ enableval="$enable_timedate"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
+ else
+ ac_cv_use_timedate='wxUSE_TIMEDATE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
+
+fi
+
+
+ eval "$ac_cv_use_timedate"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TIMEDATE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
+echo "configure:2643: checking "for --enable-wave"" >&5
+ no_cache=0
+ # Check whether --enable-wave or --disable-wave was given.
+if test "${enable_wave+set}" = set; then
+ enableval="$enable_wave"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_wave='wxUSE_WAVE=yes'
+ else
+ ac_cv_use_wave='wxUSE_WAVE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
+
+fi
+
+
+ eval "$ac_cv_use_wave"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_WAVE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
+echo "configure:2682: checking "for --enable-fraction"" >&5
+ no_cache=0
+ # Check whether --enable-fraction or --disable-fraction was given.
+if test "${enable_fraction+set}" = set; then
+ enableval="$enable_fraction"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_fraction='wxUSE_FRACTION=yes'
+ else
+ ac_cv_use_fraction='wxUSE_FRACTION=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
+
+fi
+
+
+ eval "$ac_cv_use_fraction"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_FRACTION" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
+echo "configure:2721: checking "for --enable-dynlib"" >&5
+ no_cache=0
+ # Check whether --enable-dynlib or --disable-dynlib was given.
+if test "${enable_dynlib+set}" = set; then
+ enableval="$enable_dynlib"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
+ else
+ ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
+
+fi
+
+
+ eval "$ac_cv_use_dynlib"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_DYNLIB_CLASS" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
+echo "configure:2760: checking "for --enable-longlong"" >&5
+ no_cache=0
+ # Check whether --enable-longlong or --disable-longlong was given.
+if test "${enable_longlong+set}" = set; then
+ enableval="$enable_longlong"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_longlong='wxUSE_LONGLONG=yes'
+ else
+ ac_cv_use_longlong='wxUSE_LONGLONG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
+
+fi
+
+
+ eval "$ac_cv_use_longlong"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_LONGLONG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
+echo "configure:2799: checking "for --enable-log"" >&5
+ no_cache=0
+ # Check whether --enable-log or --disable-log was given.
+if test "${enable_log+set}" = set; then
+ enableval="$enable_log"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_log='wxUSE_LOG=yes'
+ else
+ ac_cv_use_log='wxUSE_LOG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
+
+fi
+
+
+ eval "$ac_cv_use_log"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_LOG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
+echo "configure:2838: checking "for --enable-streams"" >&5
+ no_cache=0
+ # Check whether --enable-streams or --disable-streams was given.
+if test "${enable_streams+set}" = set; then
+ enableval="$enable_streams"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_streams='wxUSE_STREAMS=yes'
+ else
+ ac_cv_use_streams='wxUSE_STREAMS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
+
+fi
+
+
+ eval "$ac_cv_use_streams"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_STREAMS" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
+echo "configure:2877: checking "for --enable-file"" >&5
+ no_cache=0
+ # Check whether --enable-file or --disable-file was given.
+if test "${enable_file+set}" = set; then
+ enableval="$enable_file"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_file='wxUSE_FILE=yes'
+ else
+ ac_cv_use_file='wxUSE_FILE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
+
+fi
+
+
+ eval "$ac_cv_use_file"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_FILE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
+echo "configure:2916: checking "for --enable-textfile"" >&5
+ no_cache=0
+ # Check whether --enable-textfile or --disable-textfile was given.
+if test "${enable_textfile+set}" = set; then
+ enableval="$enable_textfile"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
+ else
+ ac_cv_use_textfile='wxUSE_TEXTFILE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
+
+fi
+
+
+ eval "$ac_cv_use_textfile"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TEXTFILE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
+echo "configure:2955: checking "for --enable-unicode"" >&5
+ no_cache=0
+ # Check whether --enable-unicode or --disable-unicode was given.
+if test "${enable_unicode+set}" = set; then
+ enableval="$enable_unicode"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_unicode='wxUSE_UNICODE=yes'
+ else
+ ac_cv_use_unicode='wxUSE_UNICODE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
+
+fi
+
+
+ eval "$ac_cv_use_unicode"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_UNICODE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
+echo "configure:2994: checking "for --enable-wcsrtombs"" >&5
+ no_cache=0
+ # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
+if test "${enable_wcsrtombs+set}" = set; then
+ enableval="$enable_wcsrtombs"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
+ else
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
+