diff options
author | DJ Delorie <dj@redhat.com> | 2002-04-30 02:14:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-04-30 02:14:16 +0000 |
commit | 33babf59e2838b9ac1a66eef65706fc49877e304 (patch) | |
tree | 3ecfd5c43c6420f977bfd5cd232ab187213f2d55 /configure.in | |
parent | 9a6f53fe3b4195740786b322b44f576786511aa3 (diff) | |
download | gdb-33babf59e2838b9ac1a66eef65706fc49877e304.zip gdb-33babf59e2838b9ac1a66eef65706fc49877e304.tar.gz gdb-33babf59e2838b9ac1a66eef65706fc49877e304.tar.bz2 |
* configure.in: Eliminate redundant test for libgui.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index fc528ac..871e6f4 100644 --- a/configure.in +++ b/configure.in @@ -44,10 +44,6 @@ # host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" -if [ "${enable_gdbgui}" = "yes" ] ; then - host_libs="${host_libs} libgui" -fi - libstdcxx_version="target-libstdc++-v3" # Don't use libstdc++-v3's flags to configure/build itself. libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' |