From 2770d22d9c2b122289e936f77a1f3efd6613186a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 19 Jun 2008 13:43:01 +0200 Subject: Make --disable-psk-authentication work. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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, -- cgit v1.2.1