From: Ajit Singh Date: Wed, 7 Jun 2023 16:36:57 +0000 (+0530) Subject: m4/hooks.m4: Fixed typo X-Git-Tag: 3.8.1~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=321fe25ab8ed4f1877135dbee2b06037a9e44dbc;p=thirdparty%2Fgnutls.git m4/hooks.m4: Fixed typo Signed-off-by: Ajit Singh --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 480ec77709..e34baf6b46 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -253,11 +253,11 @@ LIBTASN1_MINIMUM=4.9 [enable the SRP authentication support]), ac_enable_srp=$enableval) if test x$ac_enable_srp != xno; then - AC_MSG_RESULT(no) + AC_MSG_RESULT(yes) AC_DEFINE([ENABLE_SRP], 1, [enable SRP authentication]) else ac_full=0 - AC_MSG_RESULT(yes) + AC_MSG_RESULT(no) fi AM_CONDITIONAL(ENABLE_SRP, test "$ac_enable_srp" != "no")