[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.
- [libmicrohttpd] 03/156: bump MHD_VERSION to indicate development version, (continued)
- [libmicrohttpd] 03/156: bump MHD_VERSION to indicate development version, gnunet, 2023/05/28
- [libmicrohttpd] 04/156: configure: clarified license message, gnunet, 2023/05/28
- [libmicrohttpd] 02/156: Updated ChangeLog and NEWS for v0.9.76, gnunet, 2023/05/28
- [libmicrohttpd] 01/156: Bump LIB_VERSION_REVISION missing in 0.9.76 release, gnunet, 2023/05/28
- [libmicrohttpd] 06/156: automake: use right automake options, gnunet, 2023/05/28
- [libmicrohttpd] 08/156: test_upgrade{,_large}: fixed use of uninitialized value, gnunet, 2023/05/28
- [libmicrohttpd] 07/156: Fixed compiler warning in examples, gnunet, 2023/05/28
- [libmicrohttpd] 12/156: MHD_get_version(): fixed signed value bit shift, gnunet, 2023/05/28
- [libmicrohttpd] 11/156: Disallowed MHD_SIZE_UNKNOWN for buffer-based responses, gnunet, 2023/05/28
- [libmicrohttpd] 09/156: fix capitalization of SHA-256 / MD5 as per RFC 7616 as reported on the mailinglist by Ahmet Kermen, gnunet, 2023/05/28
- [libmicrohttpd] 05/156: configure: fixed unwanted output on Fedora,
gnunet <=
- [libmicrohttpd] 10/156: memorypool: fixed: unpoison memory for ASAN before destroying pool, gnunet, 2023/05/28
- [libmicrohttpd] 18/156: Response from callback: do allow negative return amounts, except predefined values, gnunet, 2023/05/28
- [libmicrohttpd] 13/156: test_https_sni: use certificates with SAN fields, gnunet, 2023/05/28
- [libmicrohttpd] 16/156: test_https_sni: use CA certificate, gnunet, 2023/05/28
- [libmicrohttpd] 20/156: Fixed return type for get_system_fdsetsize_value (), gnunet, 2023/05/28
- [libmicrohttpd] 15/156: Updated test TLS certificate in test and examples, gnunet, 2023/05/28
- [libmicrohttpd] 36/156: testzzuf: fixed missing CPPFLAGS from configure, gnunet, 2023/05/28
- [libmicrohttpd] 22/156: I'm trying to use libmicrohttpd on a platform where fcntl(fd, O_NONBLOCK) doesn't work for sockets. This shouldn't be a problem, as far as I understand, except in epoll mode, which I'm not using, because epoll() isn't available either., gnunet, 2023/05/28
- [libmicrohttpd] 14/156: Makefile: fixed *.crt files names for dist target, gnunet, 2023/05/28
- [libmicrohttpd] 17/156: src/examples: fixed printf format specifiers, gnunet, 2023/05/28