blob: e0822d0e0bcf4636d32d2a2754f79d5f61f6efef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.2 2000/08/15 21:25:39 wiz Exp $
--- configure.orig Fri Aug 20 06:16:18 1999
+++ configure Tue Sep 14 23:56:02 1999
@@ -2379,7 +2382,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lwww -static $LIBS"
+LIBS="-lwww -lz -static $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2385 "configure"
#include "confdefs.h"
@@ -2407,7 +2410,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- LIBWWW="-lwww"
+ LIBWWW="-lwww -lz"
else
echo "$ac_t""no" 1>&6
LIBWWW=
|