]> granicus.if.org Git - apache/commitdiff
Building DSOs by default should set MOD_SO_ENABLED.
authorRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 19:32:04 +0000 (19:32 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 19:32:04 +0000 (19:32 +0000)
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

configure.in

index 9ee5b5b58b0f0418300b1d805687740ef8a9da64..252a3599cf7f1a5b512ea0c433e9dd16af89417f 100644 (file)
@@ -584,7 +584,7 @@ fi
 
 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])