diff options
author | Jim Jagielski <jim@apache.org> | 2000-06-27 23:02:12 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2000-06-27 23:02:12 +0200 |
commit | 74d69f468dcb40e7e36c271e882cb5ff8a58c631 (patch) | |
tree | 9172a55b78c29f2b051a6a4ba9dbb6e61ca55246 /configure.in | |
parent | Fix the configure script. If a either the mpmt_pthread or dexter MPM's (diff) | |
download | apache2-74d69f468dcb40e7e36c271e882cb5ff8a58c631.tar.xz apache2-74d69f468dcb40e7e36c271e882cb5ff8a58c631.zip |
We need to preload first, before running any other configures.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 778fa0662d..036a3b0330 100644 --- a/configure.in +++ b/configure.in @@ -29,15 +29,14 @@ if test "$abs_builddir" != "$abs_srcdir"; then USE_VPATH=1 fi -dnl ## Run configure for packages Apache uses -APACHE_RUN_SUBDIR_CONFIG_NOW(lib/apr) -source lib/apr/APRVARS - - dnl dnl ## Preload our OS configuration APR_PRELOAD +dnl ## Run configure for packages Apache uses +APACHE_RUN_SUBDIR_CONFIG_NOW(lib/apr) +source lib/apr/APRVARS + dnl ## Check for programs AC_PROG_AWK |