summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-07-04 19:03:13 +0200
committerRainer Jung <rjung@apache.org>2011-07-04 19:03:13 +0200
commit1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e (patch)
treea0cfa9faad664d6e7a2135dda6ff8378d45c84e6 /configure.in
parentSilence compiler warnings. (diff)
downloadapache2-1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e.tar.xz
apache2-1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e.zip
Only link the httpd binary against PCRE.
No other support binary needs PCRE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dcb3e9dc80..80c0ec46b8 100644
--- a/configure.in
+++ b/configure.in
@@ -207,7 +207,8 @@ else
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}"