diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-10 13:28:13 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-10 13:29:46 +0100 |
commit | 897bfb3db9ba20a87ba84c23301f2ab605c35f48 (patch) | |
tree | e710b944d0c7ca63edf3a38589415513dbe9871f /m4 | |
parent | 8b98440c8b00f354e500aeb88099c3e8dd59cf92 (diff) | |
download | gnutls-897bfb3db9ba20a87ba84c23301f2ab605c35f48.tar.gz |
fix
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 930592bdfd..09b6500d20 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -132,6 +132,7 @@ fi AC_MSG_WARN([C99 macros not supported. This may affect compiling.]) ]) + ac_enable_srp=yes AC_MSG_CHECKING([whether to disable SRP authentication support]) AC_ARG_ENABLE(srp-authentication, AS_HELP_STRING([--disable-srp-authentication], @@ -146,6 +147,7 @@ fi fi AM_CONDITIONAL(ENABLE_SRP, test "$ac_enable_srp" != "no") + ac_enable_psk=yes AC_MSG_CHECKING([whether to disable PSK authentication support]) AC_ARG_ENABLE(psk-authentication, AS_HELP_STRING([--disable-psk-authentication], @@ -160,6 +162,7 @@ fi fi AM_CONDITIONAL(ENABLE_PSK, test "$ac_enable_psk" != "no") + ac_enable_anon=yes AC_MSG_CHECKING([whether to disable anonymous authentication support]) AC_ARG_ENABLE(anon-authentication, AS_HELP_STRING([--disable-anon-authentication], |