From a25aa220b6fa803f92be0c83cd8931550802e0da Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Wed, 5 Oct 2005 20:46:18 +0000 Subject: 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 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.1