summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-11-23 16:38:27 +0100
committerWerner Koch <wk@gnupg.org>1997-11-23 16:38:27 +0100
commitdb19a275188b4b3226ac4bbfc121f85ff373d331 (patch)
tree936dfd3ee12828d5392c19f50024ff70c7171371 /configure.in
parentArmor works now (diff)
downloadgnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.tar.xz
gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.zip
compress stuff implemented
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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 ])