+DEFAULT_USE_HELP=0
+
+
+
+echo $ac_n "checking "for gtk"""... $ac_c" 1>&6
+echo "configure:4267: checking "for gtk"" >&5
+# Check whether --with-gtk or --without-gtk was given.
+if test "${with_gtk+set}" = set; then
+ withval="$with_gtk"
+ if test "x$with_gtk" = xyes; then
+ ac_cv_use_gtk='USE_GTK="1"'
+else
+ ac_cv_use_gtk='USE_GTK="0"'
+fi
+else
+
+ LINE=`grep "USE_GTK" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_gtk='USE_GTK='$DEFAULT_USE_GTK
+
+fi
+
+eval "$ac_cv_use_gtk"
+echo $ac_cv_use_gtk >> ${OSTYPE}.system.cache.tmp
+if test "$USE_GTK" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+
+echo $ac_n "checking "for qt"""... $ac_c" 1>&6
+echo "configure:4297: checking "for qt"" >&5
+# Check whether --with-qt or --without-qt was given.
+if test "${with_qt+set}" = set; then
+ withval="$with_qt"
+ if test "x$with_qt" = xyes; then
+ ac_cv_use_qt='USE_QT="1"'
+else
+ ac_cv_use_qt='USE_QT="0"'
+fi
+else
+
+ LINE=`grep "USE_QT" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_qt='USE_QT='$DEFAULT_USE_QT
+
+fi
+
+eval "$ac_cv_use_qt"
+echo $ac_cv_use_qt >> ${OSTYPE}.system.cache.tmp
+if test "$USE_QT" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+
+echo $ac_n "checking "for motif"""... $ac_c" 1>&6
+echo "configure:4327: checking "for motif"" >&5
+# Check whether --with-motif or --without-motif was given.
+if test "${with_motif+set}" = set; then
+ withval="$with_motif"
+ if test "x$with_motif" = xyes; then
+ ac_cv_use_motif='USE_MOTIF="1"'
+else
+ ac_cv_use_motif='USE_MOTIF="0"'
+fi
+else
+
+ LINE=`grep "USE_MOTIF" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_motif='USE_MOTIF='$DEFAULT_USE_MOTIF
+
+fi
+
+eval "$ac_cv_use_motif"
+echo $ac_cv_use_motif >> ${OSTYPE}.system.cache.tmp
+if test "$USE_MOTIF" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi