]> granicus.if.org Git - apache/commitdiff
And preload from the top.
authorJim Jagielski <jim@apache.org>
Wed, 3 May 2000 00:09:05 +0000 (00:09 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 3 May 2000 00:09:05 +0000 (00:09 +0000)
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

acinclude.m4
configure.in

index b0427bf9f3e1768dafb0432e7016b9dbc58c230e..fdd8c6a58b72dce9706d9fe4b747fbde62970f9c 100644 (file)
@@ -144,6 +144,7 @@ AC_DEFUN(APACHE_ONCE,[
 ])
 
 sinclude(lib/apr/threads.m4)
+sinclude(lib/apr/hints.m4)
 
 dnl
 dnl APACHE_INADDR_NONE
index 0d3ae683f8d40e4bbf7b288f56f4cb7407aa4e6e..f35d1473959b1fc8a0a05ec091e4183a300c8bf6 100644 (file)
@@ -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'