pkgsrc/devel/isect/patches/patch-aa

29 lines
760 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.3 2002/08/06 15:38:03 jschauma Exp $
--- configure.orig Sat Aug 3 22:32:24 2002
+++ configure Sat Aug 3 22:33:24 2002
@@ -1,4 +1,4 @@
-#! /bin/sh
+#2.0! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.
#
@@ -7607,7 +7607,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lwww -static $LIBS"
+LIBS="-lwww -lz -static $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 7612 "configure"
#include "confdefs.h"
@@ -7651,7 +7651,7 @@
echo "$as_me:7651: result: $ac_cv_lib_www_HTLibInit" >&5
echo "${ECHO_T}$ac_cv_lib_www_HTLibInit" >&6
if test $ac_cv_lib_www_HTLibInit = yes; then
- LIBWWW="-lwww"
+ LIBWWW="-lwww -lz"
else
LIBWWW=
fi