You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/04/12 19:00:17 UTC

svn commit: r1091498 - /apr/apr/trunk/build/apr_hints.m4

Author: trawick
Date: Tue Apr 12 17:00:17 2011
New Revision: 1091498

URL: http://svn.apache.org/viewvc?rev=1091498&view=rev
Log:
for MinGW, hard-code the results of various IPv6 tests instead
of butchering them enough to work with Winsock.

Use --disable-ipv6 if not desired, or running on ancient machine.

Modified:
    apr/apr/trunk/build/apr_hints.m4

Modified: apr/apr/trunk/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_hints.m4?rev=1091498&r1=1091497&r2=1091498&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Tue Apr 12 17:00:17 2011
@@ -458,6 +458,10 @@ dnl	       # Not a problem in 10.20.  Ot
         APR_SETIFNULL(ac_cv_file__dev_zero, [no])
         APR_SETIFNULL(ac_cv_func_setpgrp_void, [no])
         APR_SETIFNULL(ac_cv_func_mmap, [yes])
+        APR_SETIFNULL(ac_cv_define_sockaddr_in6, [yes])
+        APR_SETIFNULL(ac_cv_working_getaddrinfo, [yes])
+        APR_SETIFNULL(ac_cv_working_getnameinfo, [yes])
+        APR_SETIFNULL(ac_cv_func_gai_strerror, [yes])
         case $host in
             *mingw32*)
                 APR_SETIFNULL(apr_has_xthread_files, [1])