diff options
author | Joe Orton <jorton@apache.org> | 2008-11-28 16:51:07 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2008-11-28 16:51:07 +0000 |
commit | 96bfc9fe36a5618ebb74be15159d9e8928d90f18 (patch) | |
tree | 817aaf54f2825ccf4ca2ea65db739141fbfffa21 /configure.in | |
parent | 3a1bc532d26fa71665f304a8c780c833fbfe16cb (diff) | |
download | httpd-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.in | 2 |
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) |