diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-04 21:02:08 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-04 21:02:08 +0100 |
commit | 012c3aed2d1aad76c5328503daee1b88928663d5 (patch) | |
tree | a1970e8bf825a377bc543c880f7811c60ee55577 /configure.ac | |
parent | 7f8378d85e8313f4882dc9d9ded0b29ec06b44b4 (diff) | |
download | gnutls-012c3aed2d1aad76c5328503daee1b88928663d5.tar.gz |
prevent building of crywrap in windows
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dfe00d3b57..78ab6ad0da 100644 --- a/configure.ac +++ b/configure.ac @@ -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") |