]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add --disable-tls-authorization.
authorSimon Josefsson <simon@josefsson.org>
Tue, 10 Apr 2007 17:07:05 +0000 (17:07 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 10 Apr 2007 17:07:05 +0000 (17:07 +0000)
configure.in

index 99fc7d767782048e3db105140c6981738ea53f5e..467463e2d81a50d8801e4a2682d27c5a141d421e 100644 (file)
@@ -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],