diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-11-24 22:59:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-11-24 22:59:53 +0000 |
commit | b040ad30f50520414987cc3d5d558c4ed27d9e07 (patch) | |
tree | 802d7a8ec132ce6e3c1bfb21f6a2b567d255433a /gdb/acinclude.m4 | |
parent | 5912faddb200cda344c8776b898b31f07a73352a (diff) | |
download | gdb-b040ad30f50520414987cc3d5d558c4ed27d9e07.zip gdb-b040ad30f50520414987cc3d5d558c4ed27d9e07.tar.gz gdb-b040ad30f50520414987cc3d5d558c4ed27d9e07.tar.bz2 |
* acinclude.m4: Include ../config/zlib.m4.
* configure.ac: Use AM_ZLIB to check for zlib support.
* configure: Regenerate.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index c32e1ea..af4639b 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -32,6 +32,8 @@ sinclude([../config/lcmessage.m4]) dnl For AM_LANGINFO_CODESET. sinclude([../config/codeset.m4]) +sinclude([../config/zlib.m4]) + # # Sometimes the native compiler is a bogus stub for gcc or /usr/ucb/cc. This # makes configure think it's cross compiling. If --target wasn't used, then |