--- configure.ac.orig 2013-05-20 16:26:56 UTC +++ configure.ac @@ -66,7 +66,7 @@ if test -n "$APXS"; then | cut -f2 -d"/" \ | cut -f1 -d" "` major_version=`echo $APACHE_VERSION|cut -f1,2 -d.` - if test "$major_version" = "2.0" -o "$major_version" = "2.2"; then + if test "$major_version" = "2.0" -o "$major_version" = "2.2" -o "$major_version" = "2.4"; then APACHE_VERSION_2=true APACHE_VERSION_1_3=false else