diff options
author | Joe Orton <jorton@apache.org> | 2005-02-11 15:08:24 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2005-02-11 15:08:24 +0100 |
commit | 502606508c5badd612b5783e5f16cb5eb1af924a (patch) | |
tree | d521e1daa4a584f4f34456d580e7a5231ae1eacb /srclib | |
parent | * include/util_ldap.h (util_ldap_state_t): Fix gcc format string (diff) | |
download | apache2-502606508c5badd612b5783e5f16cb5eb1af924a.tar.xz apache2-502606508c5badd612b5783e5f16cb5eb1af924a.zip |
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.in | 1 |
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) |