mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user