diff options
author | Jason Molenda <crash@cygnus> | 1995-09-30 11:37:55 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-09-30 11:37:55 +0000 |
commit | cf6bb46742df97db2024359d056d9d9a7bde92c3 (patch) | |
tree | 26b450d82ba24791d58df57a404576b68c5b9b64 /configure.in | |
parent | 6018179603683da78bde012e0d8760595da50415 (diff) | |
download | gdb-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?
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |