trawick     01/04/08 00:56:22

  Modified:    .        configure.in
  Log:
  The more elaborate check for getnameinfo() sets ac_cv_working_getnameinfo
  instead of apr_cv_func_getnameinfo.  The overall have_ipv6 check needs
  to take this into account so that IPv6 support can be enabled.
  
  Revision  Changes    Path
  1.284     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.283
  retrieving revision 1.284
  diff -u -r1.283 -r1.284
  --- configure.in      2001/04/08 04:50:13     1.283
  +++ configure.in      2001/04/08 07:56:21     1.284
  @@ -1025,7 +1025,7 @@
   have_ipv6="0"
   if test "x$have_sockaddr_in6" = "x1"; then
       if test "x$ac_cv_working_getaddrinfo" = "xyes"; then
  -        if test "x$ac_cv_func_getnameinfo" = "xyes"; then
  +        if test "x$ac_cv_working_getnameinfo" = "xyes"; then
               have_ipv6="1"
               AC_MSG_RESULT("yes")
           else
  
  
  

Reply via email to