+echo $ac_n "checking "for debug_gdb"""... $ac_c" 1>&6
+echo "configure:4808: checking "for debug_gdb"" >&5
+# Check whether --with-debug_gdb or --without-debug_gdb was given.
+if test "${with_debug_gdb+set}" = set; then
+ withval="$with_debug_gdb"
+ if test "x$with_debug_gdb" = xyes; then
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB="1"'
+else
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB="0"'
+fi
+else
+
+ LINE=`grep "wxUSE_DEBUG_GDB" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
+
+fi
+
+eval "$ac_cv_use_debug_gdb"
+echo $ac_cv_use_debug_gdb >> ${OSTYPE}.system.cache.tmp
+if test "$wxUSE_DEBUG_GDB" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+