--- 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