From: David Edelsohn Date: Mon, 7 Aug 1995 16:24:42 +0000 (+0000) Subject: * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). X-Git-Tag: gdb-4_18-branchpoint~11224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=795f1885f5a561a660d0226c79ada4bd56e2267f;p=thirdparty%2Fbinutils-gdb.git * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). (i386-win32 host): Likewise. Don't build readline. --- diff --git a/configure.in b/configure.in index 68aaa89e5f3..87564ee6e6c 100644 --- a/configure.in +++ b/configure.in @@ -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