summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-10 17:14:48 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-10 17:14:48 +0000
commit9d2876932c9b8bc8e1934074965116c2c507dea9 (patch)
treef2347bae1e8ce8081b252709ab2fb5faa7a016e8
parent98b41c3aa4d2d2d4b7ba82c09ab02b001c11efc1 (diff)
downloadgnutls-9d2876932c9b8bc8e1934074965116c2c507dea9.tar.gz
Add anon conditional.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index beaca9f74e..6055cfd087 100644
--- a/configure.in
+++ b/configure.in
@@ -339,6 +339,7 @@ else
ac_full=0
AC_MSG_RESULT(yes)
fi
+AM_CONDITIONAL(ENABLE_ANON, test "$ac_enable_anon" != "no")
AC_MSG_CHECKING([whether to disable authorization (tls-authz) support])
AC_ARG_ENABLE(tls-authorization,