diff options
author | Roland McGrath <mcgrathr@google.com> | 2022-03-16 14:13:46 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2022-03-16 14:13:46 -0700 |
commit | 8e4e389f44d05be3a2a555548e96e574c8f9f14a (patch) | |
tree | a90ae648aa72953d6503580a98e1b96015db9a41 /gprofng/configure.ac | |
parent | 260ecdcec427146f760836092a040f957427760b (diff) | |
download | gdb-users/roland/gprofng-zlib.zip gdb-users/roland/gprofng-zlib.tar.gz gdb-users/roland/gprofng-zlib.tar.bz2 |
Diffstat (limited to 'gprofng/configure.ac')
-rw-r--r-- | gprofng/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprofng/configure.ac b/gprofng/configure.ac index 23fee87..be6999f 100644 --- a/gprofng/configure.ac +++ b/gprofng/configure.ac @@ -164,6 +164,8 @@ fi` ]) AM_CONDITIONAL(TCL_TRY, test "${ac_cv_libctf_tcl_try}" = yes) +AM_ZLIB + # Generate manpages, if possible. if test $cross_compiling = no; then @@ -190,4 +192,3 @@ AC_CONFIG_FILES([Makefile src/Makefile gp-display-html/Makefile doc/Makefile]) AC_CONFIG_HEADERS([config.h:common/config.h.in]) AC_OUTPUT - |