gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5518 - GNUnet


From: gnunet
Subject: [GNUnet-SVN] r5518 - GNUnet
Date: Sun, 19 Aug 2007 02:51:22 -0600 (MDT)

Author: grothoff
Date: 2007-08-19 02:51:21 -0600 (Sun, 19 Aug 2007)
New Revision: 5518

Modified:
   GNUnet/configure.ac
Log:
enable MHD check and http transport compilation

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2007-08-19 08:50:43 UTC (rev 5517)
+++ GNUnet/configure.ac 2007-08-19 08:51:21 UTC (rev 5518)
@@ -441,8 +441,6 @@
     AC_CHECK_HEADERS(microhttpd.h,
       AC_CHECK_LIB([microhttpd], [MHD_start_daemon],
           lmhd=1))])
-# NO libmicrohttpd/http support for 0.7.2 release!
-lmhd=0
 AM_CONDITIONAL(HAVE_MHD, test x$lmhd = x1)
 AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd])
 





reply via email to

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