diff options
author | Jim Jagielski <jim@apache.org> | 2000-05-03 02:48:54 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2000-05-03 02:48:54 +0200 |
commit | a7315d1bd1c61722bcff2499456824da3e16cf67 (patch) | |
tree | cf6f75afe5790c08fdfaf7530a8aaffed7972d2f /configure.in | |
parent | And preload from the top. (diff) | |
download | apache2-a7315d1bd1c61722bcff2499456824da3e16cf67.tar.xz apache2-a7315d1bd1c61722bcff2499456824da3e16cf67.zip |
Blurf. Move the preload down a bit to
ensure that the location of config.guess is set :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index f35d147395..ca5ad57c9d 100644 --- a/configure.in +++ b/configure.in @@ -13,10 +13,6 @@ 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' @@ -34,6 +30,10 @@ fi dnl ## Run configure for packages Apache uses AC_CONFIG_SUBDIRS(lib/apr) +dnl +dnl ## Preload our OS configuration +APR_PRELOAD + dnl ## Check for programs AC_PROG_AWK |