gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 04/04: use AS_CASE/AS_IF


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 04/04: use AS_CASE/AS_IF
Date: Mon, 13 May 2019 09:35:26 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 2276ff1043175bdcaf396418a239202e0f422784
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 13 09:34:57 2019 +0200

    use AS_CASE/AS_IF
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index bb95d165..eabfb0c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1775,7 +1775,7 @@ choke me now
           AS_IF([[test "x$mhd_cv_gcrypt_required" = "xyes"]],
             [
              MSG_HTTPS="yes (using libgnutls and libgcrypt)"
-            MHD_TLS_LIB_CPPFLAGS="$LIBGCRYPT_CFLAGS $GNUTLS_CPPFLAGS"
+                MHD_TLS_LIB_CPPFLAGS="$LIBGCRYPT_CFLAGS $GNUTLS_CPPFLAGS"
              MHD_TLS_LIB_CFLAGS="$LIBGCRYPT_CFLAGS $GNUTLS_CFLAGS"
              MHD_TLS_LIB_LDFLAGS="$GNUTLS_LDFLAGS"
              MHD_TLS_LIBDEPS="$GNUTLS_LIBS $LIBGCRYPT_LIBS"

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



reply via email to

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