]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Avoid AC_TRY_RUN break with cross-compile.
authorGuenter Knauf <fuankg@apache.org>
Fri, 20 Apr 2012 16:40:30 +0000 (16:40 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 20 Apr 2012 16:40:30 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328445 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 6c366e961486bef080097430449df4bc8e83e894..23b16894679e86b7ced081c8f2a0d73e4933d238 100644 (file)
@@ -707,7 +707,7 @@ int main(void)
 {
     return sizeof(void *) < sizeof(long); 
 }], [ap_cv_void_ptr_lt_long=no], [ap_cv_void_ptr_lt_long=yes], 
-    [ap_cv_void_ptr_lt_long=yes])])
+    [ap_cv_void_ptr_lt_long="cross compile - not checked"])])
 
 if test "$ap_cv_void_ptr_lt_long" = "yes"; then
     AC_MSG_ERROR([Size of "void *" is less than size of "long"])