diff options
author | Jason Molenda <crash@cygnus> | 1995-12-19 01:56:18 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-12-19 01:56:18 +0000 |
commit | aef95a96bc12c69fc16c3af8382cda178bfaaea3 (patch) | |
tree | be954fcfe4ed4d677cc6c3ac7f3c860ad6087776 /configure.in | |
parent | 33bc6fe5fcc2c8cd092d9227365d39fab79f5f88 (diff) | |
download | gdb-aef95a96bc12c69fc16c3af8382cda178bfaaea3.zip gdb-aef95a96bc12c69fc16c3af8382cda178bfaaea3.tar.gz gdb-aef95a96bc12c69fc16c3af8382cda178bfaaea3.tar.bz2 |
* configure.in (i386-win32): Don't build expect if we're not
building the tcl subdir.
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 7892f7f..682af6c 100644 --- a/configure.in +++ b/configure.in @@ -420,7 +420,7 @@ case "${target}" in # Can't build gdb for win32 if not native. # make/glob's configure uses some AC_TRY_RUN type tests target_configdirs="$target_configdirs target-winsup" - noconfigdirs="$noconfigdirs gdb tcl tk make" + noconfigdirs="$noconfigdirs gdb tcl tk expect make" # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; |