gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14768 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r14768 - libmicrohttpd
Date: Tue, 29 Mar 2011 15:16:20 +0200

Author: grothoff
Date: 2011-03-29 15:16:20 +0200 (Tue, 29 Mar 2011)
New Revision: 14768

Modified:
   libmicrohttpd/configure.ac
Log:
[libmicrohttpd] Cygwin PlibC dependency
From: 
Thomas Stalder <address@hidden>
  To: 
address@hidden
  Date: 
Today 12:55:56
  Attachments: 
 cygwin_plibc.patch
   
  Spam Status: Spamassassin 0% probability of being spam.

Full report:
Probability=No, score=-2.6 required=7.0 tests=BAYES_00 autolearn=ham 
version=3.2.5-tuminfo_1  
Hello,

Cygwin provides POSIX emulation.

I think libmicrohttpd don't need PLIBC under cygwin.

I have removed the PLIBC dependency under cygwin with the attached patch.

I have made some tests and all seem to work fine.



Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-03-29 12:22:48 UTC (rev 14767)
+++ libmicrohttpd/configure.ac  2011-03-29 13:16:20 UTC (rev 14768)
@@ -117,12 +117,6 @@
      AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a Cygwin system])
      AM_CONDITIONAL(HAVE_GNU_LD, false)    
      LDFLAGS="$LDFLAGS -no-undefined"
-     # check if PlibC is available
-     CHECK_PLIBC
-     LIBS="$PLIBC_LIBS $LIBS"
-     AC_SUBST(PLIBC_LIBS)
-     AC_SUBST(PLIBC_LDFLAGS)
-     AC_SUBST(PLIBC_CPPFLAGS)
      ;;
 *mingw*)
      AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])




reply via email to

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