summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-19 13:43:01 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-19 13:43:01 +0200
commit2770d22d9c2b122289e936f77a1f3efd6613186a (patch)
treedfb8ab1fee0a0ab18af32b390ac57619a4b72310 /configure.in
parent62475c6048bb76a5252109fbdeac7e797ae85fb0 (diff)
downloadgnutls-2770d22d9c2b122289e936f77a1f3efd6613186a.tar.gz
Make --disable-psk-authentication work.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 53439546a4..e806fe950f 100644
--- a/configure.in
+++ b/configure.in
@@ -422,6 +422,7 @@ else
ac_full=0
AC_MSG_RESULT(yes)
fi
+AM_CONDITIONAL(ENABLE_PSK, test "$ac_enable_psk" != "no")
AC_MSG_CHECKING([whether to disable anonymous authentication support])
AC_ARG_ENABLE(anon-authentication,