diff options
author | DJ Delorie <dj@redhat.com> | 2002-05-31 19:42:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-05-31 19:42:41 +0000 |
commit | fd8958d565a80f67f97397c128fa8e505b052261 (patch) | |
tree | 98656469c2ec26e68647869a5abb58781f67b030 /configure.in | |
parent | 0c2442b76ac49e54c40f015f9a07e61a9aa834d3 (diff) | |
download | gdb-fd8958d565a80f67f97397c128fa8e505b052261.zip gdb-fd8958d565a80f67f97397c128fa8e505b052261.tar.gz gdb-fd8958d565a80f67f97397c128fa8e505b052261.tar.bz2 |
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
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 1c63934..1246195 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" +host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib" libstdcxx_version="target-libstdc++-v3" # Don't use libstdc++-v3's flags to configure/build itself. |