]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
m4/hooks.m4: Fixed typo
authorAjit Singh <ajeetsinghchahar2@gmail.com>
Wed, 7 Jun 2023 16:36:57 +0000 (22:06 +0530)
committerAjit Singh <ajeetsinghchahar2@gmail.com>
Wed, 7 Jun 2023 16:41:35 +0000 (22:11 +0530)
Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
m4/hooks.m4

index 480ec777098fbdfd0046ca993c51e2d071524957..e34baf6b46c69d44a0e0b3dbed22edf1bd36f494 100644 (file)
@@ -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")