summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2008-11-28 16:51:07 +0000
committerJoe Orton <jorton@apache.org>2008-11-28 16:51:07 +0000
commit96bfc9fe36a5618ebb74be15159d9e8928d90f18 (patch)
tree817aaf54f2825ccf4ca2ea65db739141fbfffa21 /configure.in
parent3a1bc532d26fa71665f304a8c780c833fbfe16cb (diff)
downloadhttpd-96bfc9fe36a5618ebb74be15159d9e8928d90f18.tar.gz
* buildconf, configure.in: Don't attempt to configure the
no-longer-bundled pcre. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b380439464..e13e051882 100644
--- a/configure.in
+++ b/configure.in
@@ -611,7 +611,7 @@ fi
APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile)
APACHE_FAST_OUTPUT(os/Makefile server/Makefile)
-APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile)
+APACHE_FAST_OUTPUT(support/Makefile)
if test -d ./test; then
APACHE_FAST_OUTPUT(test/Makefile)