gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5565 - GNUnet


From: gnunet
Subject: [GNUnet-SVN] r5565 - GNUnet
Date: Wed, 29 Aug 2007 04:26:28 -0600 (MDT)

Author: grothoff
Date: 2007-08-29 04:26:27 -0600 (Wed, 29 Aug 2007)
New Revision: 5565

Modified:
   GNUnet/configure.ac
Log:
notify

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2007-08-29 09:11:44 UTC (rev 5564)
+++ GNUnet/configure.ac 2007-08-29 10:26:27 UTC (rev 5565)
@@ -414,7 +414,6 @@
 
 # libmicrohttpd
 lmhd=0
-AC_CHECK_LIB([microhttpd],[MHD_start_daemon])
 AC_MSG_CHECKING([for libmicrohttpd])
 AC_ARG_WITH(microhttpd,
    [  --with-microhttpd=PFX    Base of libmicrohttpd installation],
@@ -692,10 +691,10 @@
  AC_MSG_NOTICE([NOTICE: curses based gnunet-setup frontends will not be 
installed.])
 fi
 
-#if test "$lmhd" != 1
-#then
-# AC_MSG_NOTICE([NOTICE: libmicrohttpd not found, http transport will not be 
installed.])
-#fi
+if test "$lmhd" != 1
+then
+ AC_MSG_NOTICE([NOTICE: libmicrohttpd not found, http transport will not be 
installed.])
+fi
 
 if test "$ipv6" = "0"
 then





reply via email to

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