* configure.in (i386-win32): Don't build expect if we're not
building the tcl subdir.
This commit is contained in:
parent
33bc6fe5fc
commit
aef95a96bc
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ case "${target}" in
|
||||||
# Can't build gdb for win32 if not native.
|
# Can't build gdb for win32 if not native.
|
||||||
# make/glob's configure uses some AC_TRY_RUN type tests
|
# make/glob's configure uses some AC_TRY_RUN type tests
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs gdb tcl tk make"
|
noconfigdirs="$noconfigdirs gdb tcl tk expect make"
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue