* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 7 Aug 1995 16:24:42 +0000 (16:24 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 7 Aug 1995 16:24:42 +0000 (16:24 +0000)
(i386-win32 host): Likewise.  Don't build readline.

configure.in

index 68aaa89e5f3ef38b2885d1de7457007c2079ba34..87564ee6e6cafbdccaba29f06c04b5359daa77e5 100644 (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
 
This page took 0.036857 seconds and 4 git commands to generate.