pkgsrc-wip/libhttpd/patches/patch-aa
Ola Eriksson 1dca146fdb Import of libhttpd.
LibHTTPD can be used to add basic web server capabilities to an application
or embedded device. The library handles both static and dynamically generated
content, has very low overheads, and provides many features to simplify the
creation of web based application interfaces.
2005-02-06 00:30:42 +00:00

14 lines
389 B
Text

$NetBSD: patch-aa,v 1.1 2005/02/06 00:30:43 mreriksson Exp $
--- configure.orig 2005-02-02 22:19:35.000000000 +0100
+++ configure
@@ -1265,7 +1265,8 @@ _ACEOF
echo "Configuring libhttpd"
echo $ECHO_N "Do you want to include support for Ember scripts (n) : $ECHO_C"
-read EMBER
+echo "n"
+EMBER="n"
if test "$EMBER." = "y." -o "$EMBER." = "Y."
then
HAVE_EMBER="#define HAVE_EMBER"