]> granicus.if.org Git - apache/commitdiff
Move the AC_TRY_RUN expansion much further down, after we have had a chance to
authorColm MacCarthaigh <colm@apache.org>
Wed, 5 Oct 2005 20:46:18 +0000 (20:46 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 5 Oct 2005 20:46:18 +0000 (20:46 +0000)
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

index 63aff0812371ee0fad1d45439599482b89cce19a..4725d8c88ce06b7a459e9ed16a0390d3496b08c6 100644 (file)
@@ -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>