From 92d902a8e9d40e5419d3a1f0361a40caa5d52522 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 22 Jul 1997 22:56:36 +0000 Subject: Tue Jul 22 14:50:42 1997 Robert Hoehne * configure: Treat msdosdjgpp like go32. --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 871b4f4..3ce76c6 100755 --- a/configure +++ b/configure @@ -863,13 +863,17 @@ export CXX export CFLAGS export CXXFLAGS +# FIXME: This should be in configure.in, not configure case "$host" in *go32*) enable_gdbtk=no ;; + *msdosdjgpp*) + enable_gdbtk=no ;; *cygwin32*) enable_gdbtk=no ;; esac +# FIXME: This should be in configure.in, not configure # Determine whether gdb needs tk/tcl or not. if [ "$enable_gdbtk" != "no" ]; then GDB_TK="all-tcl all-tk all-itcl all-tix" -- cgit v1.1