Replace hsregex with PCRE. The PCRE library is always used in 2.0,

regardless of what system we are on.  Currently, we are using the POSIX
wrappers that PCRE provides.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-05-05 23:17:54 +00:00
parent dbe89e6787
commit c445556372
7 changed files with 98 additions and 20 deletions

View File

@ -30,7 +30,7 @@ if test "$abs_builddir" != "$abs_srcdir"; then
fi
dnl ## Run configure for packages Apache uses
AC_CONFIG_SUBDIRS(lib/apr)
AC_CONFIG_SUBDIRS(lib/pcre lib/apr)
dnl
dnl ## Preload our OS configuration
@ -164,8 +164,6 @@ APACHE_SUBST(EXTRA_CFLAGS)
APACHE_SUBST(EXTRA_LDFLAGS)
APACHE_SUBST(EXTRA_LIBS)
APACHE_SUBST(INCLUDES)
APACHE_SUBST(REGEX_DIR)
APACHE_SUBST(REGEX_LIB)
APACHE_SUBST(MPM_LIB)
APACHE_SUBST(OS)
APACHE_SUBST(OS_DIR)