mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
And preload from the top.
Next on the list: using hints.m4 to set whether to use HSregex and to select the "default" mpm for each OS type. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -144,6 +144,7 @@ AC_DEFUN(APACHE_ONCE,[
|
||||
])
|
||||
|
||||
sinclude(lib/apr/threads.m4)
|
||||
sinclude(lib/apr/hints.m4)
|
||||
|
||||
dnl
|
||||
dnl APACHE_INADDR_NONE
|
||||
|
@ -13,6 +13,10 @@ AC_CONFIG_HEADER(include/ap_config_auto.h)
|
||||
APACHE_VERSION=$VERSION
|
||||
APACHE_SUBST(APACHE_VERSION)
|
||||
|
||||
dnl
|
||||
dnl ## Preload our OS configuration
|
||||
APR_PRELOAD
|
||||
|
||||
test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
|
||||
test "$prefix" = "NONE" && prefix='/usr/local'
|
||||
|
||||
|
Reference in New Issue
Block a user