Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>

* configure.in (noconfigdirs): Don't configure tk for i386-go32
        hosted builds (DOS builds)
This commit is contained in:
Angela Marie Thomas 1995-05-20 20:25:21 +00:00
parent 0509f0643c
commit fc18000d56
1 changed files with 1 additions and 1 deletions

View 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