mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
build fix
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ AC_ARG_WITH(libgcrypt,
|
||||
|
||||
# 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)
|
||||
|
||||
@@ -42,14 +42,14 @@ MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...)
|
||||
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)
|
||||
|
||||
@@ -66,8 +66,9 @@
|
||||
* messages.
|
||||
*/
|
||||
void MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...);
|
||||
void MHD_tls_log_func (int level, const char *str);
|
||||
|
||||
#endif
|
||||
void MHD_tls_log_func (int level, const char *str);
|
||||
|
||||
/**
|
||||
* Process escape sequences ('+'=space, %HH).
|
||||
|
||||
Reference in New Issue
Block a user