summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-10-05 20:46:18 +0000
committerColm MacCarthaigh <colm@apache.org>2005-10-05 20:46:18 +0000
commita25aa220b6fa803f92be0c83cd8931550802e0da (patch)
tree1bf6abaf0c52aac6f4c40d34a10bb40652ab24b0 /configure.in
parent3c411bc9ee4539ff529f5f9ac7733ce9eac7568d (diff)
downloadhttpd-a25aa220b6fa803f92be0c83cd8931550802e0da.tar.gz
Move the AC_TRY_RUN expansion much further down, after we have had a chance to
initialise the compile-environment for all platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 63aff08123..4725d8c88c 100644
--- a/configure.in
+++ b/configure.in
@@ -32,9 +32,6 @@ APR_PARSE_ARGUMENTS
dnl export expanded and relative configure argument variables
APACHE_EXPORT_ARGUMENTS
-dnl confirm that a void pointer is large enough to store a long integer
-APACHE_CHECK_VOID_PTR_LEN
-
dnl Save user-defined environment settings for later restoration
dnl
APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)
@@ -370,6 +367,9 @@ prctl \
timegm \
)
+dnl confirm that a void pointer is large enough to store a long integer
+APACHE_CHECK_VOID_PTR_LEN
+
dnl ## Check for the tm_gmtoff field in struct tm to get the timezone diffs
AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
[AC_TRY_COMPILE([#include <sys/types.h>