]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
do not build crywrap on win32
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Dec 2011 23:24:35 +0000 (01:24 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Dec 2011 23:24:35 +0000 (01:24 +0200)
configure.ac

index ebc8625653e29f3b25e86f429c686b7e55f9d1fc..7c0812e41d4e69302e6061061bcc7fb288feea24 100644 (file)
@@ -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