gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 66/156: configure: improved compatibility with POSIX


From: gnunet
Subject: [libmicrohttpd] 66/156: configure: improved compatibility with POSIX
Date: Sun, 28 May 2023 17:51:59 +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 1fbc224d5c6a9e917a0d4f79fa78f983bbd59744
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Mar 14 17:15:46 2023 +0300

    configure: improved compatibility with POSIX
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b0d3554f..dab62105 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1180,7 +1180,7 @@ MHD_FIND_LIB([socket],
 #endif
   ]], 
   [(void)socket(0, 0, 0);],
-  [socket ws2_32],
+  [socket ws2_32 xnet],
   [
     AS_VAR_IF([[mhd_cv_find_lib_socket]],[["none required"]], [],
       [

-- 
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]