gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 02/02: configure.ac: fixed typo in report t


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: configure.ac: fixed typo in report text
Date: Tue, 14 Mar 2017 19:44:50 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 6c67437c6213e4760eb00a4df6f2563dea60cdad
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue Mar 14 21:44:22 2017 +0300

    configure.ac: fixed typo in report text
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1340a212..f44802bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1261,9 +1261,9 @@ AC_SUBST([GNUTLS_LIBS])
               MHD_LIBDEPS_PKGCFG="$GNUTLS_LIBS $LIBGCRYPT_LIBS 
$MHD_LIBDEPS_PKGCFG"
           ])
         ], [
-          AS_IF([test "x$have_gnutls" = "xyes"], [crypt_missing="libgrypt"],
+          AS_IF([test "x$have_gnutls" = "xyes"], [crypt_missing="libgcrypt"],
                 [test "x$have_gcrypt" = "xyes"], [crypt_missing="libgnutls"],
-                                                 [crypt_missing="libgrypt and 
libgnutls"])
+                                                 [crypt_missing="libgcrypt and 
libgnutls"])
           AS_IF([[test "x$enable_https" = "xyes" ]], [AC_MSG_ERROR([[HTTPS 
support cannot be enabled without $crypt_missing.]])])
           enable_https=no
           MSG_HTTPS="no (lacking $crypt_missing)"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]