/[guile]/guile/guile-core/configure.in
ViewVC logotype

Diff of /guile/guile-core/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.157.2.18 by mvo, Sun Apr 14 20:01:19 2002 UTC revision 1.157.2.19 by mvo, Mon May 6 19:11:00 2002 UTC
# Line 349  fi Line 349  fi
349    
350  AC_MSG_CHECKING(for working IPv6 support)  AC_MSG_CHECKING(for working IPv6 support)
351  AC_CACHE_VAL(guile_cv_have_ipv6,  AC_CACHE_VAL(guile_cv_have_ipv6,
352  [AC_TRY_COMPILE([#include <netinet/in.h>  [AC_TRY_COMPILE([
353    #ifdef HAVE_SYS_TYPES_H
354    #include <sys/types.h>
355    #endif
356    #include <netinet/in.h>
357  #include <sys/socket.h>],  #include <sys/socket.h>],
358  [struct sockaddr_in6 a;  a.sin6_family = AF_INET6;],  [struct sockaddr_in6 a;  a.sin6_family = AF_INET6;],
359  guile_cv_have_ipv6=yes, guile_cv_have_ipv6=no)])  guile_cv_have_ipv6=yes, guile_cv_have_ipv6=no)])
# Line 361  fi Line 365  fi
365  # included in rfc2553 but not in older implementations, e.g., glibc 2.1.3.  # included in rfc2553 but not in older implementations, e.g., glibc 2.1.3.
366  AC_MSG_CHECKING(whether sockaddr_in6 has sin6_scope_id)  AC_MSG_CHECKING(whether sockaddr_in6 has sin6_scope_id)
367  AC_CACHE_VAL(guile_cv_have_sin6_scope_id,  AC_CACHE_VAL(guile_cv_have_sin6_scope_id,
368  [AC_TRY_COMPILE([#include <netinet/in.h>],  [AC_TRY_COMPILE([
369    #ifdef HAVE_SYS_TYPES_H
370    #include <sys/types.h>
371    #endif
372    #include <netinet/in.h>],
373  [struct sockaddr_in6 sok;  sok.sin6_scope_id = 0;],  [struct sockaddr_in6 sok;  sok.sin6_scope_id = 0;],
374  guile_cv_have_sin6_scope_id=yes, guile_cv_have_sin6_scope_id=no)])  guile_cv_have_sin6_scope_id=yes, guile_cv_have_sin6_scope_id=no)])
375  AC_MSG_RESULT($guile_cv_have_sin6_scope_id)  AC_MSG_RESULT($guile_cv_have_sin6_scope_id)

Legend:
Removed from v.1.157.2.18  
changed lines
  Added in v.1.157.2.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26