diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-23 16:38:27 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-23 16:38:27 +0100 |
commit | db19a275188b4b3226ac4bbfc121f85ff373d331 (patch) | |
tree | 936dfd3ee12828d5392c19f50024ff70c7171371 /configure.in | |
parent | Armor works now (diff) | |
download | gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.tar.xz gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.zip |
compress stuff implemented
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5e9eef605..6b27eb2c9 100644 --- a/configure.in +++ b/configure.in @@ -37,6 +37,7 @@ dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h) +AC_CHECK_HEADERS(zlib.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -57,7 +58,7 @@ else fi AC_OUTPUT([ Makefile util/Makefile mpi/Makefile cipher/Makefile \ - g10/Makefile tools/Makefile psst/Makefile ], + g10/Makefile tools/Makefile ], [echo timestamp > stamp-h ]) |