summaryrefslogtreecommitdiffstats
path: root/soxwrap
diff options
context:
space:
mode:
authorSam Varshavchik2021-05-21 21:11:51 -0400
committerSam Varshavchik2021-05-21 21:11:51 -0400
commit142f42378608e593eb36ceb33895db99948427aa (patch)
treefc089285268a8fe3c8768cd7482fb50393f49354 /soxwrap
parent34b6dbb743654fdb6edccf101c4da7e671b7a92d (diff)
downloadcourier-libs-142f42378608e593eb36ceb33895db99948427aa.tar.bz2
-Wall and -Werror fixes
Diffstat (limited to 'soxwrap')
-rw-r--r--soxwrap/configure.ac4
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 )
)