--- mod_python-3.1.3/configure.in.orig 2004-12-23 13:38:04.850127608 +0000 +++ mod_python-3.1.3/configure.in 2004-12-23 13:38:50.148241248 +0000 @@ -95,17 +95,6 @@ DSO="do_dso" ALL="dso" - # check Apache version - AC_MSG_CHECKING(Apache version) - HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`" - ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'` - AC_MSG_RESULT($ver) - - # make sure version begins with 2 - if test -z "`echo $ver | egrep \^2`"; then - AC_MSG_ERROR([This version of mod_python only works with Apache 2. The one you have seems to be $ver.]) - fi - # determine LIBEXEC AC_MSG_CHECKING(for Apache libexec directory) LIBEXECDIR=`${APXS} -q LIBEXECDIR`