diff options
author | Karen Christiansen <karen@cygnus> | 1994-09-01 21:41:38 +0000 |
---|---|---|
committer | Karen Christiansen <karen@cygnus> | 1994-09-01 21:41:38 +0000 |
commit | 7cf09889c07f93a5022e7c538fbd95706986a587 (patch) | |
tree | 860538f9302ce461ae8f399825819b1cfa703f50 /configure.in | |
parent | ac32cd086216bb692f4e710b5e1db91562524f7f (diff) | |
download | gdb-7cf09889c07f93a5022e7c538fbd95706986a587.zip gdb-7cf09889c07f93a5022e7c538fbd95706986a587.tar.gz gdb-7cf09889c07f93a5022e7c538fbd95706986a587.tar.bz2 |
temporary change so that hppa doesn't build tk
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 56541f5..6948bc1 100644 --- a/configure.in +++ b/configure.in @@ -329,7 +329,7 @@ case "${target}" in "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;; *) ;; esac - noconfigdirs="$noconfigdirs ld shellutils" + noconfigdirs="$noconfigdirs ld shellutils tk" ;; i[345]86-*-go32) # add the go32 support tools to the list |