+ ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
+
+fi
+
+
+ eval "$ac_cv_use_tabdialog"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TABDIALOG" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
+echo "configure:6159: checking for --enable-textctrl" >&5
+ no_cache=0
+ # Check whether --enable-textctrl or --disable-textctrl was given.
+if test "${enable_textctrl+set}" = set; then
+ enableval="$enable_textctrl"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
+ else
+ ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
+
+fi
+
+
+ eval "$ac_cv_use_textctrl"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TEXTCTRL" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
+echo "configure:6198: checking for --enable-togglebtn" >&5
+ no_cache=0
+ # Check whether --enable-togglebtn or --disable-togglebtn was given.
+if test "${enable_togglebtn+set}" = set; then
+ enableval="$enable_togglebtn"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
+ else
+ ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
+
+fi
+
+
+ eval "$ac_cv_use_togglebtn"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TOGGLEBTN" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
+echo "configure:6237: checking for --enable-toolbar" >&5
+ no_cache=0
+ # Check whether --enable-toolbar or --disable-toolbar was given.
+if test "${enable_toolbar+set}" = set; then
+ enableval="$enable_toolbar"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
+ else
+ ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
+
+fi
+
+
+ eval "$ac_cv_use_toolbar"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TOOLBAR" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
+echo "configure:6276: checking for --enable-tbarnative" >&5
+ no_cache=0
+ # Check whether --enable-tbarnative or --disable-tbarnative was given.
+if test "${enable_tbarnative+set}" = set; then
+ enableval="$enable_tbarnative"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
+ else
+ ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
+
+fi
+
+
+ eval "$ac_cv_use_tbarnative"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
+echo "configure:6315: checking for --enable-tbarsmpl" >&5
+ no_cache=0
+ # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
+if test "${enable_tbarsmpl+set}" = set; then
+ enableval="$enable_tbarsmpl"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
+ else
+ ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
+
+fi
+
+
+ eval "$ac_cv_use_tbarsmpl"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
+echo "configure:6354: checking for --enable-treectrl" >&5
+ no_cache=0
+ # Check whether --enable-treectrl or --disable-treectrl was given.
+if test "${enable_treectrl+set}" = set; then
+ enableval="$enable_treectrl"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
+ else
+ ac_cv_use_treectrl='wxUSE_TREECTRL=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
+
+fi
+
+
+ eval "$ac_cv_use_treectrl"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_TREECTRL" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+ echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
+echo "configure:6393: checking for --enable-popupwin" >&5
+ no_cache=0
+ # Check whether --enable-popupwin or --disable-popupwin was given.
+if test "${enable_popupwin+set}" = set; then
+ enableval="$enable_popupwin"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
+ else
+ ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
+
+fi
+
+
+ eval "$ac_cv_use_popupwin"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_POPUPWIN" = yes; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+
+
+
+
+ echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
+echo "configure:6434: checking for --enable-commondlg" >&5
+ no_cache=0
+ # Check whether --enable-commondlg or --disable-commondlg was given.
+if test "${enable_commondlg+set}" = set; then
+ enableval="$enable_commondlg"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
+ else
+ ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'