gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/03: configure: fixed unwanted output on Fedora


From: gnunet
Subject: [libmicrohttpd] 01/03: configure: fixed unwanted output on Fedora
Date: Wed, 29 Dec 2021 08:55:27 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 6f1b7c2c2265da31a4eaaeaf1cbb1a809020c125
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 68186250..0d9ab850 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]