]> granicus.if.org Git - apache/commitdiff
Blurf. Move the preload down a bit to
authorJim Jagielski <jim@apache.org>
Wed, 3 May 2000 00:48:54 +0000 (00:48 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 3 May 2000 00:48:54 +0000 (00:48 +0000)
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

configure.in

index f35d1473959b1fc8a0a05ec091e4183a300c8bf6..ca5ad57c9de1c4d83f8e857129bc9bf5de9a118a 100644 (file)
@@ -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