summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-04-14 19:16:44 +0000
committerJeff Trawick <trawick@apache.org>2011-04-14 19:16:44 +0000
commita6c58716f901d10d42fc29f8ca0ca90c4f53c716 (patch)
tree7ebec535e8b78b710ed167df50234c79281ae487 /configure.in
parente35a1a09d2c01eba1c30da8ce10ac604e47c7cd4 (diff)
downloadhttpd-a6c58716f901d10d42fc29f8ca0ca90c4f53c716.tar.gz
move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGS
this fixes unresolved symbol errors on on MinGW git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 93d6029dc7..417ab25397 100644
--- a/configure.in
+++ b/configure.in
@@ -204,9 +204,7 @@ else
AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/])
fi
APACHE_SUBST(PCRE_LIBS)
-
-dnl Add PCRE_LIBS to HTTPD_LDFLAGS
-APR_ADDTO(HTTPD_LDFLAGS, [\$(PCRE_LIBS)])
+APR_ADDTO(AP_LIBS, [\$(PCRE_LIBS)])
echo $ac_n "${nl}Configuring Apache httpd ...${nl}"