* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).

(i386-win32 host): Likewise.  Don't build readline.
This commit is contained in:
David Edelsohn 1995-08-07 16:24:42 +00:00
parent 13120c031c
commit 795f1885f5
1 changed files with 2 additions and 2 deletions

View File

@ -331,10 +331,10 @@ 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 tk expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[345]86-*-win32)
noconfigdirs="tcl tk expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff gdb"
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff gdb readline"
;;
esac