gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 19/21: configure: improved compatibility with POSIX


From: gnunet
Subject: [libmicrohttpd] 19/21: configure: improved compatibility with POSIX
Date: Tue, 14 Mar 2023 19:37:04 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b8089fef86394900f3c1ef88faf4b39ff95e701f
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 129ff441..78a6269c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1602,7 +1602,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]