summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-02-11 14:08:24 +0000
committerJoe Orton <jorton@apache.org>2005-02-11 14:08:24 +0000
commit502606508c5badd612b5783e5f16cb5eb1af924a (patch)
treed521e1daa4a584f4f34456d580e7a5231ae1eacb /srclib
parentedb46b1de9584c79abbea96243fe6fee5987f0e0 (diff)
downloadhttpd-502606508c5badd612b5783e5f16cb5eb1af924a.tar.gz
Support use of an external copy of the PCRE library:
* configure.in: Set abs_{builddir,srcdir} higher. Add --with-pcre flag; build against external PCRE library if used. * Makefile.in (install-include): Don't install pcre headers any more. * srclib/Makefile.in (SUBDIRS): Remove. PR: 27550 (part two) Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/srclib/Makefile.in b/srclib/Makefile.in
index 1fb910ad32..e58599f9ec 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,5 +1,4 @@
-SUBDIRS = pcre
BUILD_SUBDIRS = $(AP_BUILD_SRCLIB_DIRS)
CLEAN_SUBDIRS = $(AP_CLEAN_SRCLIB_DIRS)