aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>2000-09-03 21:09:10 +0000
committerAnthony Green <green@gcc.gnu.org>2000-09-03 21:09:10 +0000
commit3c809ba45bfc40851f7a2484c42394e370a31cbc (patch)
treebc19723d1ec8b5074d952165b17b5a0dc5c1761e /configure.in
parente093c992b8cfa82a15bc7cc678aa38c779c4bd9b (diff)
downloadgcc-3c809ba45bfc40851f7a2484c42394e370a31cbc.zip
gcc-3c809ba45bfc40851f7a2484c42394e370a31cbc.tar.gz
gcc-3c809ba45bfc40851f7a2484c42394e370a31cbc.tar.bz2
Configure changes required for zlib.
From-SVN: r36122
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 87e8a2a..5f9f1c4 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@
# these libraries are used by various programs built for the host environment
#
-host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui"
+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"