[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 03/03: remove broken configure test for libatomic
From: |
gnunet |
Subject: |
[gnunet] 03/03: remove broken configure test for libatomic |
Date: |
Fri, 03 Jan 2025 11:53:18 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit de671d67d73d9fb2d12c37dc88b240e4c8446974
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 3 11:53:06 2025 +0100
remove broken configure test for libatomic
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 78a4cf4c2..4f29795bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -744,8 +744,6 @@ AC_CHECK_HEADER([curl/curl.h],
[],
[AC_MSG_ERROR([cURL must support
CURLINFO_TLS_SSL_PTR])],
[[#include <curl/curl.h>]])])
-# libatomic
-CHECK_WITH_LIB([atomic], [__atomic_load_8], [], [HAVE_LIBATOMIC])
# check for nss
AC_CHECK_HEADERS([nss.h], [nss=true], [nss=false])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.