2002-08-06 17:38:01 +02:00
|
|
|
$NetBSD: patch-aa,v 1.3 2002/08/06 15:38:03 jschauma Exp $
|
1999-09-15 20:56:20 +02:00
|
|
|
|
2002-08-06 17:38:01 +02:00
|
|
|
--- 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
|
1999-09-15 20:56:20 +02:00
|
|
|
else
|
2002-08-06 17:38:01 +02:00
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
1999-09-15 20:56:20 +02:00
|
|
|
-LIBS="-lwww -static $LIBS"
|
|
|
|
+LIBS="-lwww -lz -static $LIBS"
|
2002-08-06 17:38:01 +02:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
#line 7612 "configure"
|
1999-09-15 20:56:20 +02:00
|
|
|
#include "confdefs.h"
|
2002-08-06 17:38:01 +02:00
|
|
|
@@ -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
|
1999-09-15 20:56:20 +02:00
|
|
|
- LIBWWW="-lwww"
|
|
|
|
+ LIBWWW="-lwww -lz"
|
|
|
|
else
|
2002-08-06 17:38:01 +02:00
|
|
|
LIBWWW=
|
|
|
|
fi
|