+echo $ac_n "checking "for unicode"""... $ac_c" 1>&6
+echo "configure:5447: checking "for unicode"" >&5
+# Check whether --with-unicode or --without-unicode was given.
+if test "${with_unicode+set}" = set; then
+ withval="$with_unicode"
+ if test "x$with_unicode" = xyes; then
+ ac_cv_use_unicode='wxUSE_UNICODE="1"'
+else
+ ac_cv_use_unicode='wxUSE_UNICODE="0"'
+fi
+else
+
+ LINE=`grep "wxUSE_UNICODE" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
+
+fi
+
+eval "$ac_cv_use_unicode"
+echo $ac_cv_use_unicode >> ${OSTYPE}.system.cache.tmp
+if test "$wxUSE_UNICODE" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+
+echo $ac_n "checking "for wcsrtombs"""... $ac_c" 1>&6
+echo "configure:5477: checking "for wcsrtombs"" >&5
+# Check whether --with-wcsrtombs or --without-wcsrtombs was given.
+if test "${with_wcsrtombs+set}" = set; then
+ withval="$with_wcsrtombs"
+ if test "x$with_wcsrtombs" = xyes; then
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS="1"'
+else
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS="0"'
+fi
+else
+
+ LINE=`grep "wxUSE_WCSRTOMBS" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
+
+fi
+
+eval "$ac_cv_use_wcsrtombs"
+echo $ac_cv_use_wcsrtombs >> ${OSTYPE}.system.cache.tmp
+if test "$wxUSE_WCSRTOMBS" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+
+