projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bc6fe
)
* configure.in (i386-win32): Don't build expect if we're not
author
Jason Molenda
<crash@cygnus>
Tue, 19 Dec 1995 01:56:18 +0000
(
01:56
+0000)
committer
Jason Molenda
<crash@cygnus>
Tue, 19 Dec 1995 01:56:18 +0000
(
01:56
+0000)
building the tcl subdir.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7892f7ff5b65b127715c72321184e5a7adeb9601..682af6cf5e4447d048ae305246bb114d8bc7f758 100644
(file)
--- 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 / /'`
;;