gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35536 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r35536 - libmicrohttpd
Date: Wed, 15 Apr 2015 00:49:27 +0200

Author: grothoff
Date: 2015-04-15 00:49:27 +0200 (Wed, 15 Apr 2015)
New Revision: 35536

Modified:
   libmicrohttpd/configure.ac
Log:
fix #3752: linker issues on solaris

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2015-04-14 22:34:15 UTC (rev 35535)
+++ libmicrohttpd/configure.ac  2015-04-14 22:49:27 UTC (rev 35536)
@@ -136,6 +136,8 @@
 *solaris*)
      AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system])
      AC_DEFINE_UNQUOTED(_REENTRANT,1,[Need with solaris or errno doesnt work])
+     AC_SEARCH_LIBS(gethostbyname, nsl)
+     AC_SEARCH_LIBS(socket, socket)
      ;;
 *arm-linux*)
      AC_DEFINE_UNQUOTED(LINUX,1,[This is a Linux kernel])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]