From: Nikos Mavrogiannopoulos Date: Mon, 22 Sep 2014 16:55:38 +0000 (+0200) Subject: only enable crywrap if libidn is present X-Git-Tag: gnutls_3_4_0~887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ce7f818e69ba04ef74dda8a7b5a718ec16eeef3;p=thirdparty%2Fgnutls.git only enable crywrap if libidn is present --- diff --git a/configure.ac b/configure.ac index 87bb4c71b7..04f01b7480 100644 --- a/configure.ac +++ b/configure.ac @@ -742,7 +742,7 @@ AC_ARG_ENABLE(crywrap, AC_CHECK_FUNCS([argp_usage],[ac_argp=yes],[ac_argp=no]) fi - if test "$ac_cv_func_daemon" != "no" && test "$ac_argp" != "no";then + if test "$ac_cv_func_daemon" != "no" && test "$ac_argp" != "no" && test "$with_libidn" != "no";then crywrap=yes fi