+echo $ac_n "checking "for combobox"""... $ac_c" 1>&6
+echo "configure:4783: 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
+
+
+