summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-30 01:24:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-30 01:24:35 +0200
commitf6b42a5e54f4b155653dea44c51498ebfd379ffd (patch)
treef8da1354e1f8ef585a977f9577abd4e11e20f051
parentb4abb6273b5463e478839f3c5878c7653801ecec (diff)
downloadgnutls-f6b42a5e54f4b155653dea44c51498ebfd379ffd.tar.gz
do not build crywrap on win32
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ebc8625653..7c0812e41d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,6 +409,8 @@ dnl Crywrap dependencies
*** Checking dependencies for crywrap...
])
+if test "$have_win" != "yes"; then
+
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h sys/select.h sys/types.h sys/wait.h])
dnl **********************
@@ -431,6 +433,8 @@ AC_CHECK_FUNCS([alarm atexit dup2 epoll_create kqueue memchr memset munmap \
PKG_CHECK_MODULES(LIBIDN, libidn >= 0.0.0, [libidn=yes], [libidn=no])
+fi
+
AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno")
dnl end of crywrap requirements