aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-14 14:02:27 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-14 14:50:50 +0200
commite580e0a9a232ed98eaa715123781ca6c913097d7 (patch)
tree51177e83fcabc35c7a1668f46b8284b0d480a9df /configure.in
parent647bd246e44ca1913902552ae8151fceaf89a9e8 (diff)
downloadstrongswan-e580e0a9a232ed98eaa715123781ca6c913097d7.tar.bz2
strongswan-e580e0a9a232ed98eaa715123781ca6c913097d7.tar.xz
sockio.h is required on OpenSolaris for SIOCGIFADDR.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 709829423..909b7249f 100644
--- a/configure.in
+++ b/configure.in
@@ -877,6 +877,7 @@ AC_TRY_COMPILE(
AC_CHECK_FUNCS(prctl)
AC_CHECK_FUNCS(gethostbyname_r)
+AC_CHECK_HEADERS(sys/sockio.h)
AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)
AC_CHECK_MEMBERS([struct sockaddr.sa_len], [], [],