No other support binary needs PCRE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1142739 13f79535-47bb-0310-9956-
ffa450edef68
*) mod_lua, mod_deflate: respect platform specific runpath linker
flag. [Rainer Jung]
+ *) configure: Only link the httpd binary against PCRE. No other support
+ binary needs PCRE. [Rainer Jung]
+
Changes with Apache 2.3.13
*) ab: Support specifying the local address to use. PR 48930.
AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/])
fi
APACHE_SUBST(PCRE_LIBS)
-APR_ADDTO(AP_LIBS, [\$(PCRE_LIBS)])
+APR_ADDTO(HTTPD_LDFLAGS, [\$(PCRE_LIBS)])
+APACHE_SUBST(HTTPD_LDFLAGS)
echo $ac_n "${nl}Configuring Apache httpd ...${nl}"