aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-09-30 11:37:55 +0000
committerJason Molenda <crash@cygnus>1995-09-30 11:37:55 +0000
commitcf6bb46742df97db2024359d056d9d9a7bde92c3 (patch)
tree26b450d82ba24791d58df57a404576b68c5b9b64
parent6018179603683da78bde012e0d8760595da50415 (diff)
downloadgdb-cf6bb46742df97db2024359d056d9d9a7bde92c3.zip
gdb-cf6bb46742df97db2024359d056d9d9a7bde92c3.tar.gz
gdb-cf6bb46742df97db2024359d056d9d9a7bde92c3.tar.bz2
* configure.in (host i[345]86-*-win32): Expand the
noconfigdirs again. what you were you thinking sac?
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ef514af..7ab4a8b 100644
--- a/configure.in
+++ b/configure.in
@@ -334,7 +334,7 @@ case "${host}" in
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[345]86-*-win32)
- noconfigdirs="tk dejagnu texinfo send-pr gprof"
+ noconfigdirs="tk tcl expect diff make texinfo bison flex send-pr gprof gdb readline"
;;
esac