- LINE=`grep "wxUSE_CONFIG" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
-
-fi
-
-eval "$ac_cv_use_config"
-echo $ac_cv_use_config >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_CONFIG" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for streams"""... $ac_c" 1>&6
-echo "configure:5471: checking "for streams"" >&5
-# Check whether --with-streams or --without-streams was given.
-if test "${with_streams+set}" = set; then
- withval="$with_streams"
- if test "x$with_streams" = xyes; then
- ac_cv_use_streams='wxUSE_STREAMS="1"'
-else
- ac_cv_use_streams='wxUSE_STREAMS="0"'
-fi
-else
-
- LINE=`grep "wxUSE_STREAMS" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
-
-fi
-
-eval "$ac_cv_use_streams"
-echo $ac_cv_use_streams >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_STREAMS" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for serial"""... $ac_c" 1>&6
-echo "configure:5501: checking "for serial"" >&5
-# Check whether --with-serial or --without-serial was given.
-if test "${with_serial+set}" = set; then
- withval="$with_serial"
- if test "x$with_serial" = xyes; then
- ac_cv_use_serial='wxUSE_SERIAL="1"'
-else
- ac_cv_use_serial='wxUSE_SERIAL="0"'
-fi
-else
-
- LINE=`grep "wxUSE_SERIAL" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
-
-fi
-
-eval "$ac_cv_use_serial"
-echo $ac_cv_use_serial >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_SERIAL" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for file"""... $ac_c" 1>&6
-echo "configure:5531: checking "for file"" >&5
-# Check whether --with-file or --without-file was given.
-if test "${with_file+set}" = set; then
- withval="$with_file"
- if test "x$with_file" = xyes; then
- ac_cv_use_file='wxUSE_FILE="1"'
-else
- ac_cv_use_file='wxUSE_FILE="0"'
-fi
-else
-
- LINE=`grep "wxUSE_FILE" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
-
-fi
-
-eval "$ac_cv_use_file"
-echo $ac_cv_use_file >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_FILE" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for textfile"""... $ac_c" 1>&6
-echo "configure:5561: checking "for textfile"" >&5
-# Check whether --with-textfile or --without-textfile was given.
-if test "${with_textfile+set}" = set; then
- withval="$with_textfile"
- if test "x$with_textfile" = xyes; then
- ac_cv_use_textfile='wxUSE_TEXTFILE="1"'
-else
- ac_cv_use_textfile='wxUSE_TEXTFILE="0"'
-fi
-else
-
- LINE=`grep "wxUSE_TEXTFILE" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
-
-fi
-
-eval "$ac_cv_use_textfile"
-echo $ac_cv_use_textfile >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_TEXTFILE" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-
-echo $ac_n "checking "for afmfonts"""... $ac_c" 1>&6
-echo "configure:5592: checking "for afmfonts"" >&5
-# Check whether --with-afmfonts or --without-afmfonts was given.
-if test "${with_afmfonts+set}" = set; then
- withval="$with_afmfonts"
- if test "x$with_afmfonts" = xyes; then
- ac_cv_use_afmfonts='wxUSE_AFM_FOR_POSTSCRIPT="1"'
-else
- ac_cv_use_afmfonts='wxUSE_AFM_FOR_POSTSCRIPT="0"'
-fi
-else
-
- LINE=`grep "wxUSE_AFM_FOR_POSTSCRIPT" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_afmfonts='wxUSE_AFM_FOR_POSTSCRIPT='$DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
-
-fi
-
-eval "$ac_cv_use_afmfonts"
-echo $ac_cv_use_afmfonts >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_AFM_FOR_POSTSCRIPT" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for normalized"""... $ac_c" 1>&6
-echo "configure:5622: checking "for normalized"" >&5
-# Check whether --with-normalized or --without-normalized was given.
-if test "${with_normalized+set}" = set; then
- withval="$with_normalized"
- if test "x$with_normalized" = xyes; then
- ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS="1"'
-else
- ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS="0"'
-fi
-else
-
- LINE=`grep "WX_NORMALIZED_PS_FONTS" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS='$DEFAULT_WX_NORMALIZED_PS_FONTS
-
-fi
-
-eval "$ac_cv_use_normalized"
-echo $ac_cv_use_normalized >> ${OSTYPE}.system.cache.tmp
-if test "$WX_NORMALIZED_PS_FONTS" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for postscript"""... $ac_c" 1>&6
-echo "configure:5652: checking "for postscript"" >&5
-# Check whether --with-postscript or --without-postscript was given.
-if test "${with_postscript+set}" = set; then
- withval="$with_postscript"
- if test "x$with_postscript" = xyes; then
- ac_cv_use_postscript='wxUSE_POSTSCRIPT="1"'
-else
- ac_cv_use_postscript='wxUSE_POSTSCRIPT="0"'
-fi
-else
-
- LINE=`grep "wxUSE_POSTSCRIPT" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
-
-fi
-
-eval "$ac_cv_use_postscript"
-echo $ac_cv_use_postscript >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_POSTSCRIPT" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-
-echo $ac_n "checking "for unicode"""... $ac_c" 1>&6
-echo "configure:5683: 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:5713: 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
-
-
-
-
-echo $ac_n "checking "for wxresources"""... $ac_c" 1>&6
-echo "configure:5744: checking "for wxresources"" >&5
-# Check whether --with-wxresources or --without-wxresources was given.
-if test "${with_wxresources+set}" = set; then
- withval="$with_wxresources"
- if test "x$with_wxresources" = xyes; then
- ac_cv_use_wxresources='wxUSE_WX_RESOURCES="1"'
-else
- ac_cv_use_wxresources='wxUSE_WX_RESOURCES="0"'
-fi
-else
-
- LINE=`grep "wxUSE_WX_RESOURCES" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_wxresources='wxUSE_WX_RESOURCES='$DEFAULT_wxUSE_WX_RESOURCES
-
-fi
-
-eval "$ac_cv_use_wxresources"
-echo $ac_cv_use_wxresources >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_WX_RESOURCES" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for prologio"""... $ac_c" 1>&6
-echo "configure:5774: checking "for prologio"" >&5
-# Check whether --with-prologio or --without-prologio was given.
-if test "${with_prologio+set}" = set; then
- withval="$with_prologio"
- if test "x$with_prologio" = xyes; then
- ac_cv_use_prologio='wxUSE_PROLOGIO="1"'
-else
- ac_cv_use_prologio='wxUSE_PROLOGIO="0"'
-fi
-else
-
- LINE=`grep "wxUSE_PROLOGIO" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
-
-fi
-
-eval "$ac_cv_use_prologio"
-echo $ac_cv_use_prologio >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_PROLOGIO" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for RPC"""... $ac_c" 1>&6
-echo "configure:5804: checking "for RPC"" >&5
-# Check whether --with-rpc or --without-rpc was given.
-if test "${with_rpc+set}" = set; then
- withval="$with_rpc"
- if test "x$with_rpc" = xyes; then
- ac_cv_use_rpc='wxUSE_RPC="1"'
-else
- ac_cv_use_rpc='wxUSE_RPC="0"'
-fi
-else
-
- LINE=`grep "wxUSE_RPC" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_rpc='wxUSE_RPC='$DEFAULT_wxUSE_RPC
-
-fi
-
-eval "$ac_cv_use_rpc"
-echo $ac_cv_use_rpc >> ${OSTYPE}.system.cache.tmp
-if test "$wxUSE_RPC" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-
-echo $ac_n "checking "for IPC"""... $ac_c" 1>&6
-echo "configure:5835: checking "for IPC"" >&5
-# Check whether --with-ipc or --without-ipc was given.
-if test "${with_ipc+set}" = set; then
- withval="$with_ipc"
- if test "x$with_ipc" = xyes; then
- ac_cv_use_ipc='wxUSE_IPC="1"'
-else
- ac_cv_use_ipc='wxUSE_IPC="0"'
-fi
-else
-
- LINE=`grep "wxUSE_IPC" ${OSTYPE}.system.cache`