Without this patch apxs doesn't recognize we have DSO support.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952384
13f79535-47bb-0310-9956-
ffa450edef68
dnl enable_so tells us if *any* modules can be built as DSOs
-if test "$enable_so" = "yes"; then
+if test "$enable_so" = "yes" -o "$enable_so" = "static"; then
case $host in
*-ibm-aix*)
APR_ADDTO(HTTPD_LDFLAGS, [-Wl,-uXML_Parse -Wl,-bE:$abs_builddir/server/httpd.exp])