Use protobuf's Gzip streams

This reverts commit 63459ed1c7.
This commit is contained in:
Anders Kaseorg
2012-05-16 00:21:36 -04:00
committed by Keith Winstein
parent a4dd2fed89
commit b0e05776f1
5 changed files with 29 additions and 69 deletions
-2
View File
@@ -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.])])