From e9eb69fa44765b173c5e38c1917cfc8785df1511 Mon Sep 17 00:00:00 2001 From: Michael Haro <mharo@FreeBSD.org> Date: Tue, 16 Dec 2003 23:26:21 +0000 Subject: allow configure to recognize libz version 1.1.4 --- sysutils/httplog/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/httplog/files/patch-configure (limited to 'sysutils/httplog/files') diff --git a/sysutils/httplog/files/patch-configure b/sysutils/httplog/files/patch-configure new file mode 100644 index 000000000000..bfca4780ce4c --- /dev/null +++ b/sysutils/httplog/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Dec 16 10:40:16 2003 ++++ configure Tue Dec 16 10:41:45 2003 +@@ -140,7 +140,7 @@ + EOF + $CC -o ./dummy ./dummy.c -lz 1>/dev/null 2>&1 + if [ $? -eq 0 ]; then +- if [ `./dummy` = "1.1.3" ]; then ++ if [ `./dummy` = "1.1.3" -o `./dummy` = "1.1.4" ]; then + use_zlib=yes + LDFLAGS="$LDFLAGS -lz" + echo "Checking zlib version: `./dummy` found." -- cgit v1.2.3