Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
authorIan Lance Taylor <ian@airs.com>
Tue, 22 Jul 1997 22:56:36 +0000 (22:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 22 Jul 1997 22:56:36 +0000 (22:56 +0000)
* configure: Treat msdosdjgpp like go32.

ChangeLog
configure

index 29cce03a5ac834c6b0432a5016ff6f00dc1d38ef..38a8a27ce8961950903486aeac0093d55f2e44e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
 
+       * configure: Treat msdosdjgpp like go32.
+
        * configure: Change Makefile.tem2 to Makefile.tm2.
 
 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
index 871b4f49f347168685c69667fc016879d446a854..3ce76c64e5865e56a6585d474f6cdc432aae6aa8 100755 (executable)
--- 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"