gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7394 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r7394 - in libmicrohttpd: . src/daemon
Date: Mon, 7 Jul 2008 08:29:41 -0600 (MDT)

Author: lv-426
Date: 2008-07-07 08:29:41 -0600 (Mon, 07 Jul 2008)
New Revision: 7394

Modified:
   libmicrohttpd/configure.ac
   libmicrohttpd/src/daemon/internal.c
   libmicrohttpd/src/daemon/internal.h
Log:
build fix

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2008-07-07 12:18:59 UTC (rev 7393)
+++ libmicrohttpd/configure.ac  2008-07-07 14:29:41 UTC (rev 7394)
@@ -228,7 +228,7 @@
 
 # define the minimal version of libgcrypt required   
 MHD_GCRYPT_VERSION=1:1.2.4
-AC_DEFINE_UNQUOTED([MHD_GCRYPT_VERSION], $MHD_GCRYPT_VERSION, [gcrypt lib 
version])
+AC_DEFINE_UNQUOTED([MHD_GCRYPT_VERSION], "$MHD_GCRYPT_VERSION", [gcrypt lib 
version])
   
 AC_SUBST(GCRYPT_LIB_PATH)
 AC_SUBST(GCRYPT_LDFLAGS)

Modified: libmicrohttpd/src/daemon/internal.c
===================================================================
--- libmicrohttpd/src/daemon/internal.c 2008-07-07 12:18:59 UTC (rev 7393)
+++ libmicrohttpd/src/daemon/internal.c 2008-07-07 14:29:41 UTC (rev 7394)
@@ -42,15 +42,15 @@
   VFPRINTF (stderr, format, va);
   va_end (va);
 }
-
+#endif
 void
 MHD_tls_log_func (int level, const char *str)
 {
   fprintf (stdout, "|<%d>| %s", level, str);
 }
 
-#endif
 
+
 /**
  * Process escape sequences ('+'=space, %HH)
  */

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2008-07-07 12:18:59 UTC (rev 7393)
+++ libmicrohttpd/src/daemon/internal.h 2008-07-07 14:29:41 UTC (rev 7394)
@@ -66,8 +66,9 @@
  * messages.
  */
 void MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...);
+
+#endif
 void MHD_tls_log_func (int level, const char *str);
-#endif
 
 /**
  * Process escape sequences ('+'=space, %HH).





reply via email to

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