-if test "$USE_LIBPNG" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for odbc"""... $ac_c" 1>&6
-echo "configure:4776: checking "for odbc"" >&5
-# Check whether --with-odbc or --without-odbc was given.
-if test "${with_odbc+set}" = set; then
- withval="$with_odbc"
- if test "x$with_odbc" = xyes; then
- ac_cv_use_odbc='USE_ODBC="1"'
-else
- ac_cv_use_odbc='USE_ODBC="0"'
-fi
-else
-
- LINE=`grep "USE_ODBC" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_odbc='USE_ODBC='$DEFAULT_USE_ODBC
-
-fi
-
-eval "$ac_cv_use_odbc"
-echo $ac_cv_use_odbc >> ${OSTYPE}.system.cache.tmp
-if test "$USE_ODBC" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for opengl"""... $ac_c" 1>&6
-echo "configure:4806: checking "for opengl"" >&5
-# Check whether --with-opengl or --without-opengl was given.
-if test "${with_opengl+set}" = set; then
- withval="$with_opengl"
- if test "x$with_opengl" = xyes; then
- ac_cv_use_opengl='USE_OPENGL="1"'
-else
- ac_cv_use_opengl='USE_OPENGL="0"'
-fi
-else
-
- LINE=`grep "USE_OPENGL" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_opengl='USE_OPENGL='$DEFAULT_USE_OPENGL
-
-fi
-
-eval "$ac_cv_use_opengl"
-echo $ac_cv_use_opengl >> ${OSTYPE}.system.cache.tmp
-if test "$USE_OPENGL" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-
-echo $ac_n "checking "for gauge"""... $ac_c" 1>&6
-echo "configure:4837: checking "for gauge"" >&5
-# Check whether --with-gauge or --without-gauge was given.
-if test "${with_gauge+set}" = set; then
- withval="$with_gauge"
- if test "x$with_gauge" = xyes; then
- ac_cv_use_gauge='USE_GAUGE="1"'
-else
- ac_cv_use_gauge='USE_GAUGE="0"'
-fi
-else
-
- LINE=`grep "USE_GAUGE" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_gauge='USE_GAUGE='$DEFAULT_USE_GAUGE
-
-fi
-
-eval "$ac_cv_use_gauge"
-echo $ac_cv_use_gauge >> ${OSTYPE}.system.cache.tmp
-if test "$USE_GAUGE" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for combobox"""... $ac_c" 1>&6
-echo "configure:4867: checking "for combobox"" >&5
-# Check whether --with-combobox or --without-combobox was given.
-if test "${with_combobox+set}" = set; then
- withval="$with_combobox"
- if test "x$with_combobox" = xyes; then
- ac_cv_use_combobox='USE_COMBOBOX="1"'
-else
- ac_cv_use_combobox='USE_COMBOBOX="0"'
-fi
-else
-
- LINE=`grep "USE_COMBOBOX" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_combobox='USE_COMBOBOX='$DEFAULT_USE_COMBOBOX
-
-fi
-
-eval "$ac_cv_use_combobox"
-echo $ac_cv_use_combobox >> ${OSTYPE}.system.cache.tmp
-if test "$USE_COMBOBOX" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for scrollbar"""... $ac_c" 1>&6
-echo "configure:4897: checking "for scrollbar"" >&5
-# Check whether --with-scrollbar or --without-scrollbar was given.
-if test "${with_scrollbar+set}" = set; then
- withval="$with_scrollbar"
- if test "x$with_scrollbar" = xyes; then
- ac_cv_use_scrollbar='USE_SCROLLBAR="1"'
-else
- ac_cv_use_scrollbar='USE_SCROLLBAR="0"'
-fi
-else
-
- LINE=`grep "USE_SCROLLBAR" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_scrollbar='USE_SCROLLBAR='$DEFAULT_USE_SCROLLBAR
-
-fi
-
-eval "$ac_cv_use_scrollbar"
-echo $ac_cv_use_scrollbar >> ${OSTYPE}.system.cache.tmp
-if test "$USE_SCROLLBAR" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for listctrl"""... $ac_c" 1>&6
-echo "configure:4927: checking "for listctrl"" >&5
-# Check whether --with-listctrl or --without-listctrl was given.
-if test "${with_listctrl+set}" = set; then
- withval="$with_listctrl"
- if test "x$with_listctrl" = xyes; then
- ac_cv_use_listctrl='USE_LISTCTRL="1"'
-else
- ac_cv_use_listctrl='USE_LISTCTRL="0"'
-fi
-else
-
- LINE=`grep "USE_LISTCTRL" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_listctrl='USE_LISTCTRL='$DEFAULT_USE_LISTCTRL
-
-fi
-
-eval "$ac_cv_use_listctrl"
-echo $ac_cv_use_listctrl >> ${OSTYPE}.system.cache.tmp
-if test "$USE_LISTCTRL" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for treectrl"""... $ac_c" 1>&6
-echo "configure:4957: checking "for treectrl"" >&5
-# Check whether --with-treectrl or --without-treectrl was given.
-if test "${with_treectrl+set}" = set; then
- withval="$with_treectrl"
- if test "x$with_treectrl" = xyes; then
- ac_cv_use_treectrl='USE_TREECTRL="1"'
-else
- ac_cv_use_treectrl='USE_TREECTRL="0"'
-fi
-else
-
- LINE=`grep "USE_TREECTRL" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_treectrl='USE_TREECTRL='$DEFAULT_USE_TREECTRL
-
-fi
-
-eval "$ac_cv_use_treectrl"
-echo $ac_cv_use_treectrl >> ${OSTYPE}.system.cache.tmp
-if test "$USE_TREECTRL" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for grid"""... $ac_c" 1>&6
-echo "configure:4987: checking "for grid"" >&5
-# Check whether --with-grid or --without-grid was given.
-if test "${with_grid+set}" = set; then
- withval="$with_grid"
- if test "x$with_grid" = xyes; then
- ac_cv_use_grid='USE_GRID="1"'
-else
- ac_cv_use_grid='USE_GRID="0"'
-fi
-else
-
- LINE=`grep "USE_GRID" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_grid='USE_GRID='$DEFAULT_USE_GRID
-
-fi
-
-eval "$ac_cv_use_grid"
-echo $ac_cv_use_grid >> ${OSTYPE}.system.cache.tmp
-if test "$USE_GRID" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for tab_dialog"""... $ac_c" 1>&6
-echo "configure:5017: checking "for tab_dialog"" >&5
-# Check whether --with-tab_dialog or --without-tab_dialog was given.
-if test "${with_tab_dialog+set}" = set; then
- withval="$with_tab_dialog"
- if test "x$with_tab_dialog" = xyes; then
- ac_cv_use_tab_dialog='USE_TAB_DIALOG="1"'
-else
- ac_cv_use_tab_dialog='USE_TAB_DIALOG="0"'
-fi
-else
-
- LINE=`grep "USE_TAB_DIALOG" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_tab_dialog='USE_TAB_DIALOG='$DEFAULT_USE_TAB_DIALOG
-
-fi
-
-eval "$ac_cv_use_tab_dialog"
-echo $ac_cv_use_tab_dialog >> ${OSTYPE}.system.cache.tmp
-if test "$USE_TAB_DIALOG" = 1; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-
-echo $ac_n "checking "for notebook"""... $ac_c" 1>&6
-echo "configure:5047: checking "for notebook"" >&5
-# Check whether --with-notebook or --without-notebook was given.
-if test "${with_notebook+set}" = set; then
- withval="$with_notebook"
- if test "x$with_notebook" = xyes; then
- ac_cv_use_notebook='USE_NOTEBOOK="1"'
-else
- ac_cv_use_notebook='USE_NOTEBOOK="0"'
-fi
-else
-
- LINE=`grep "USE_NOTEBOOK" ${OSTYPE}.system.cache`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- fi
- ac_cv_use_notebook='USE_NOTEBOOK='$DEFAULT_USE_NOTEBOOK
-
-fi
-
-eval "$ac_cv_use_notebook"
-echo $ac_cv_use_notebook >> ${OSTYPE}.system.cache.tmp
-if test "$USE_NOTEBOOK" = 1; then