blob: f2ce1e80ba3cb3de8c95e1cc1147cc4ac6409679 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- 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
|