ce911e027c
pkg/17797. Changes since version 1.0 are numerous. Highlights include: - Fixed bug where isectd ignored client's header's 'reply' value. - isectd no longer waits to receive worker badges after starting them. - Much improved Smalltalk code, including a new worker that allows clients to submit smalltalk to be executed. - isd/connectto.c - strtol() for service now checks if endptr != service to see that *something* was translated. - isdexecd now accepts the 'stop' command. - now includes some prototype code for interfacing IBM's Net.Data to isect's IO library. - fixed a segmentation fault when the 'pause' command was received without any arguments. - more documentation - DELETE command enabled
28 lines
760 B
Text
28 lines
760 B
Text
$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
|