From: Nikos Mavrogiannopoulos Date: Thu, 29 Dec 2011 23:24:35 +0000 (+0200) Subject: do not build crywrap on win32 X-Git-Tag: gnutls_3_0_10~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6b42a5e54f4b155653dea44c51498ebfd379ffd;p=thirdparty%2Fgnutls.git do not build crywrap on win32 --- 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