[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/32: configure: remove remnants from old libunistring checks
From: |
gnunet |
Subject: |
[gnunet] 02/32: configure: remove remnants from old libunistring checks |
Date: |
Tue, 18 Jul 2023 17:15:51 +0200 |
This is an automated email from the git hooks/post-receive script.
marshall pushed a commit to branch master
in repository gnunet.
commit ee1c62eb1c62d1f4b4279cdfc958415a9ba18fbd
Author: marshall <stmr@umich.edu>
AuthorDate: Mon May 15 11:53:38 2023 -0400
configure: remove remnants from old libunistring checks
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4633223a6..7b5f1e0fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -874,8 +874,6 @@ AC_DEFINE_UNQUOTED([HAVE_ZLIB], [$zlib_ok], [Define to 1 if
zlib is available])
AM_ICONV
# check for libunistring
-gl_LIBUNISTRING
-libunistring=0
CHECK_WITH_LIB([unistring], [u16_strstr], [unistr.h], [HAVE_UNISTRING])
AS_IF([test "x$unistring" = "x0"],
[AC_MSG_ERROR([GNUnet requires unistring])])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (7e08ec566 -> deb73d21b), gnunet, 2023/07/18
- [gnunet] 07/32: transport (quic): Makefile.am add necessary linker flags, gnunet, 2023/07/18
- [gnunet] 03/32: transport (quic): add include for quiche.h, gnunet, 2023/07/18
- [gnunet] 02/32: configure: remove remnants from old libunistring checks,
gnunet <=
- [gnunet] 08/32: transport (quic): handle reading data from socket, gnunet, 2023/07/18
- [gnunet] 10/32: transport (quic): define max streamid, gnunet, 2023/07/18
- [gnunet] 04/32: transport (quic): UDP listener skeleton, gnunet, 2023/07/18
- [gnunet] 05/32: transport (quic): change configure files/add changes, gnunet, 2023/07/18
- [gnunet] 01/32: transport (QUIC): create starter file and update Makefile, gnunet, 2023/07/18
- [gnunet] 06/32: transport (quic): remove binary, add quic communicator to gitignore, gnunet, 2023/07/18
- [gnunet] 09/32: transport (quic): link quiche w/ quic communicator, gnunet, 2023/07/18
- [gnunet] 12/32: transport (quic): get recv info from incoming data, gnunet, 2023/07/18
- [gnunet] 11/32: transport (quic): conn object implement, gnunet, 2023/07/18
- [gnunet] 14/32: transport (quic): more logic for reading stream, gnunet, 2023/07/18