Re: [libmicrohttpd] Compile issue

2017-01-07 Thread Christian Grothoff
Should be fixed now, thanks for reporting! -Christian On 01/07/2017 11:47 AM, Markus Doppelbauer wrote: > Current git does not compile without "HAVE_MESSAGES": > This is the context in "daemon.c": > > > if ( (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION)) && >(MHD_NO != ret) )

[libmicrohttpd] Compile issue

2017-01-07 Thread Markus Doppelbauer
Current git does not compile without "HAVE_MESSAGES": This is the context in "daemon.c":   if ( (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION)) &&    (MHD_NO != ret) ) { /* Wake up suspended connections. */   if (! MHD_itc_activate_(daemon->itc,