Index: configure.ac
===================================================================
--- configure.ac	(revision 568529)
+++ configure.ac	(working copy)
@@ -243,6 +243,10 @@
 	    with_apxs_found=$with_apache/sbin/apxs
             apache_base=$with_apache
 	    AC_MSG_RESULT(Apache base directory found)
+    elif test -e $with_apache/sbin/httpsdctl; then
+	    with_apxs_found=$with_apache/sbin/apxs
+            apache_base=$with_apache
+	    AC_MSG_RESULT(Apache base directory found)
     else
         AC_MSG_ERROR(Apache base directory not found. Specify --with-apache)
     fi
