aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1997-09-12 23:21:33 +0000
committerGeoffrey Noer <noer@cygnus>1997-09-12 23:21:33 +0000
commita3138f51f6f59f8ce1d801e638bcc6559624f02a (patch)
tree63ac4ccfecf3d70988490735d224057545d08ca2 /configure.in
parentd0fd63cb8f32736a008cf19b47c4704ee44362e6 (diff)
downloadgdb-a3138f51f6f59f8ce1d801e638bcc6559624f02a.zip
gdb-a3138f51f6f59f8ce1d801e638bcc6559624f02a.tar.gz
gdb-a3138f51f6f59f8ce1d801e638bcc6559624f02a.tar.bz2
Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
* configure.in: remove bison from noconfigdirs for Cygwin32 host
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 35f8df7..50a2bf2 100644
--- a/configure.in
+++ b/configure.in
@@ -399,7 +399,7 @@ case "${host}" in
# end-sanitize-ide
;;
*-*-cygwin32)
- noconfigdirs="expect dejagnu cvs autoconf automake bison send-pr gprof rcs guile perl texinfo apache inet"
+ noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
;;
*-*-windows*)
# This is only used to build WinGDB...