Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Wed, 23 Apr 1997 00:21:55 +0000 (00:21 +0000)
committerGeoffrey Noer <noer@cygnus>
Wed, 23 Apr 1997 00:21:55 +0000 (00:21 +0000)
        * configure.in: if target is cygwin32 but host isn't cygwin32,
        don't configure gdb tcl tk expect, not just gdb.

ChangeLog
configure.in

index 20b705b7fac3e9fe30cbc3af9126b85ef7974b3d..28bc2f825ac75b032da1046b39af66cf137fa322 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
+
+       * configure.in: if target is cygwin32 but host isn't cygwin32,
+       don't configure gdb tcl tk expect, not just gdb.
+
 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
 
        * configure.in: Added gnuserv everywhere sn appears.
index 4ffbad666ab12e08ed5ca73bfc0ed0937c52cd71..fe371e709a78cdbfdf9f4c57da4261e9e5784fb1 100644 (file)
@@ -463,8 +463,8 @@ case "${target}" in
 
     # Can't build gdb for cygwin32 if not native.
     case "${host}" in
-      *-*-cygwin32) ;; # keep gdb
-      *) noconfigdirs="$noconfigdirs gdb"
+      *-*-cygwin32) ;; # keep gdb tcl tk expect
+      *) noconfigdirs="$noconfigdirs gdb tcl tk expect"
     esac
     ;;    
   i[3456]86-*-pe)