You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/10/05 22:46:21 UTC

svn commit: r295113 - /httpd/httpd/trunk/configure.in

Author: colm
Date: Wed Oct  5 13:46:18 2005
New Revision: 295113

URL: http://svn.apache.org/viewcvs?rev=295113&view=rev
Log:
Move the AC_TRY_RUN expansion much further down, after we have had a chance to
initialise the compile-environment for all platforms. 

Modified:
    httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/configure.in?rev=295113&r1=295112&r2=295113&view=diff
==============================================================================
--- httpd/httpd/trunk/configure.in (original)
+++ httpd/httpd/trunk/configure.in Wed Oct  5 13:46:18 2005
@@ -32,9 +32,6 @@
 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)
@@ -369,6 +366,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,