aboutsummaryrefslogtreecommitdiff
path: root/gprofng/configure.ac
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2022-04-06 15:31:27 -0700
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2022-04-08 09:05:37 -0700
commitc10622fef4660111a53f4ccbd7b336dbdd7971ab (patch)
tree0c0c8deaaac35f40714cd9fbf5a8726b35b6a374 /gprofng/configure.ac
parent6849c6a2b8f4588a30eaf83a58a3d2c38c6cae60 (diff)
downloadgdb-c10622fef4660111a53f4ccbd7b336dbdd7971ab.zip
gdb-c10622fef4660111a53f4ccbd7b336dbdd7971ab.tar.gz
gdb-c10622fef4660111a53f4ccbd7b336dbdd7971ab.tar.bz2
gprofng: zlib handling
gprofng/ChangeLog 2022-04-06 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * configure.ac: Add AM_ZLIB. * src/Makefile.am: Add $(ZLIBINC) and $(ZLIB). * gprofng/src/DbeSession.h: Likewise. * configure: Regenerate. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * gp-display-html/Makefile.in: Regenerate. * src/Makefile.in: Regenerate.
Diffstat (limited to 'gprofng/configure.ac')
-rw-r--r--gprofng/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprofng/configure.ac b/gprofng/configure.ac
index 95bffe0..550dd80 100644
--- a/gprofng/configure.ac
+++ b/gprofng/configure.ac
@@ -17,6 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
m4_include([../bfd/version.m4])
+m4_include([../config/zlib.m4])
AC_INIT([gprofng], BFD_VERSION)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects])
@@ -182,6 +183,7 @@ fi`
])
AM_CONDITIONAL(TCL_TRY, test "${ac_cv_libctf_tcl_try}" = yes)
+AM_ZLIB
# Generate manpages, if possible.
if test $cross_compiling = no; then