freebsd-ports/www/mod_auth_form/files/patch-configure
Beech Rintoul ed24439288 mod_auth_form is a form based authentication module for apache2. It is
used to place access restrictions on a per-directory, per-user-request basis
using session management. The module uses a MySQL database to retrieve users'
group membership, maintain and validate users' sessions and optionally track
user activity.

PR:		ports/120514
Submitted by:	Tommy Scheunemann <net at arrishq.net>
2008-02-16 08:54:06 +00:00

33 lines
1.2 KiB
Text

--- configure 2007-01-09 03:05:02.000000000 +0100
+++ configure_new 2008-02-11 00:26:25.000000000 +0100
@@ -20078,8 +20078,8 @@
-# Extract the first word of "apxs2", so it can be a program name with args.
-set dummy apxs2; ac_word=$2
+# Extract the first word of "apxs", so it can be a program name with args.
+set dummy apxs; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_APXS+set}" = set; then
@@ -20120,14 +20120,14 @@
if test "$APXS" = "no"; then
- if test -e $APACHE2_PREFIX/bin/apxs2; then
- APXS=$APACHE2_PREFIX/bin/apxs2
- { echo "$as_me:$LINENO: result: Apache2 'apxs2' found." >&5
+ if test -e $APACHE2_PREFIX/bin/apxs; then
+ APXS=$APACHE2_PREFIX/bin/apxs
+ { echo "$as_me:$LINENO: result: Apache2 'apxs' found." >&5
echo "${ECHO_T}Apache2 'apxs2' found." >&6; }
else
- { echo "$as_me:$LINENO: result: Apache2 'apxs2' cannot be found. Checking for
+ { echo "$as_me:$LINENO: result: Apache2 'apxs' cannot be found. Checking for
Apache2 'apxs'." >&5
-echo "${ECHO_T}Apache2 'apxs2' cannot be found. Checking for
+echo "${ECHO_T}Apache2 'apxs' cannot be found. Checking for
Apache2 'apxs'." >&6; }
fi
fi