diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-08 02:36:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-08 02:36:15 +0000 |
commit | 6d3055cb47312443549339a6142f090fcf1d5b09 (patch) | |
tree | 8827338ed0b64bb6e9e099c3e1ac8584739cb561 /configure.in | |
parent | 0ac704d288a5d411c4ecd1c35f2938fc7fc903d7 (diff) | |
download | gdb-6d3055cb47312443549339a6142f090fcf1d5b09.zip gdb-6d3055cb47312443549339a6142f090fcf1d5b09.tar.gz gdb-6d3055cb47312443549339a6142f090fcf1d5b09.tar.bz2 |
* configure.in (host_libs): Remove glob, since it is gone from the
sources.
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 563625b..48d347f 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX" +host_libs="mmalloc libiberty opcodes bfd readline gash tcl tk tclX" if [ "${enable_gdbgui}" = "yes" ] ; then host_libs="${host_libs} libgui" |