aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu>2012-05-16 00:21:36 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-05-16 00:24:21 -0400
commitb0e05776f153cb8e8ab0b80c4f2bf37081088503 (patch)
treece5b67edbb2a42eec130d89e7e20058bef97e6cc /configure.ac
parenta4dd2fed89b0b4b17be21c19a17e4e3f9c459764 (diff)
Use protobuf's Gzip streams
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a177aad..3151992 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,8 +158,6 @@ AS_IF([test x"$with_utempter" != xno],
[AC_MSG_WARN([Unable to find libutempter; utmp entries will not be made.])],
[AC_MSG_ERROR([--with-utempter was given but libutempter was not found.])])])])
-AC_SEARCH_LIBS([compress], [z], , [AC_MSG_ERROR([Unable to find zlib.])])
-
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h limits.h locale.h netinet/in.h stddef.h stdint.h inttypes.h stdlib.h string.h sys/ioctl.h sys/resource.h sys/socket.h sys/stat.h sys/time.h termios.h unistd.h wchar.h wctype.h], [], [AC_MSG_ERROR([Missing required header file.])])