gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/156: configure: fixed unwanted output on Fedora


From: gnunet
Subject: [libmicrohttpd] 05/156: configure: fixed unwanted output on Fedora
Date: Sun, 28 May 2023 17:50:58 +0200

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

karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.

commit 66f0318f395f9974d0b69c91e6f0b21f124ce75a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Dec 29 09:37:43 2021 +0300

    configure: fixed unwanted output on Fedora
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5b9cacde..ed4ef59e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2636,7 +2636,7 @@ AS_VAR_IF([have_gnutls], ["yes"],
           [
             AS_IF([command -v rpm >/dev/null],
               [
-                AS_IF([test r`rpm -E '%{rhel} 2>/dev/null'` = "r6"],
+                AS_IF([test "r`rpm -E '%{rhel}' 2>/dev/null`" = "r6"],
                   [mhd_cv_gnutls_mthread_broken="found"],
                 )
               ]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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