diff options
Diffstat (limited to 'soxwrap/configure.ac')
| -rw-r--r-- | soxwrap/configure.ac | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/soxwrap/configure.ac b/soxwrap/configure.ac index 0e7a319..11137fb 100644 --- a/soxwrap/configure.ac +++ b/soxwrap/configure.ac @@ -124,13 +124,13 @@ AC_TRY_COMPILE( [  #include <sys/socket.h>  #include <netinet/in.h>  #include <arpa/inet.h> - -        ], [  struct in6_addr in6a;  struct sockaddr_in6 sain6;  struct sockaddr_storage soas;  int x=PF_INET6; +        ], [ +  	], soxwrap_cv_hasipv6structs=yes,                  soxwrap_cv_hasipv6structs=no )  ) | 
