]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
prevent building of crywrap in windows
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 4 Jan 2012 20:02:08 +0000 (21:02 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 4 Jan 2012 20:02:08 +0000 (21:02 +0100)
configure.ac

index dfe00d3b576a9cf5904305924898a9dd4b538e06..78ab6ad0da22be3db6c070c572f8bbbb7cb80b60 100644 (file)
@@ -433,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])
 
+else
+libidn=no
 fi
 
 AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno")