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