]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
only enable crywrap if libidn is present
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 22 Sep 2014 16:55:38 +0000 (18:55 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 22 Sep 2014 16:55:38 +0000 (18:55 +0200)
configure.ac

index 87bb4c71b790e6da7c93cfa29163e503f6f60963..04f01b7480bd9f40ff77791c8581ec9e696a7de5 100644 (file)
@@ -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