diff -Naur mod_python-3.3.1/configure.in mod_python-3.3.1-magellan/configure.in --- mod_python-3.3.1/configure.in 2006-03-11 04:46:52.000000000 +0100 +++ mod_python-3.3.1-magellan/configure.in 2007-12-11 20:32:13.000000000 +0100 @@ -108,7 +108,7 @@ # check Apache version AC_MSG_CHECKING(Apache version) - HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`" + HTTPD="`${APXS} -q SBINDIR`/apache2" ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'` AC_MSG_RESULT($ver)