Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
authorAngela Marie Thomas <angela@cygnus>
Sat, 20 May 1995 20:25:21 +0000 (20:25 +0000)
committerAngela Marie Thomas <angela@cygnus>
Sat, 20 May 1995 20:25:21 +0000 (20:25 +0000)
        * configure.in (noconfigdirs): Don't configure tk for i386-go32
        hosted builds (DOS builds)

configure.in

index 302e3ea..36b650e 100644 (file)
@@ -333,7 +333,7 @@ case "${host}" in
     noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
     ;;
   i[345]86-*-go32)
-    noconfigdirs="tcl expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
+    noconfigdirs="tcl tk expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
     ;;
 esac