From: Simon Josefsson Date: Tue, 10 Apr 2007 17:07:05 +0000 (+0000) Subject: Add --disable-tls-authorization. X-Git-Tag: gnutls_1_7_8~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=407ca9fdb24735dda0c5434b05a70c41be76cd63;p=thirdparty%2Fgnutls.git Add --disable-tls-authorization. --- diff --git a/configure.in b/configure.in index 99fc7d7677..467463e2d8 100644 --- a/configure.in +++ b/configure.in @@ -340,6 +340,19 @@ else AC_MSG_RESULT(yes) fi +AC_MSG_CHECKING([whether to disable authorization (tls-authz) support]) +AC_ARG_ENABLE(tls-authorization, + AS_HELP_STRING([--disable-tls-authorization], + [disable tls authorization support]), + ac_enable_authz=no) +if test x$ac_enable_authz != xno; then + AC_MSG_RESULT(no) + AC_DEFINE(ENABLE_AUTHZ, 1, [enable tls authorization]) +else + ac_full=0 + AC_MSG_RESULT(yes) +fi + AC_MSG_CHECKING([whether to disable extra PKI stuff]) AC_ARG_ENABLE(extra-pki, AS_HELP_STRING([--disable-extra-pki],