Re: [libmicrohttpd] [PATCH] Correct macro names when building without messages

2024-02-04 Thread Christian Grothoff
Thanks, patch applied to Git Master. -Christian On 2/4/24 01:00, Jan Palus wrote: small typo likely from copy&paste causing macro names to be different between builds with and without messages resulting in compilation failure if configured with --disable-messages Signed-off-by: Jan Palus ---

[libmicrohttpd] [PATCH] Correct macro names when building without messages

2024-02-04 Thread Jan Palus
small typo likely from copy&paste causing macro names to be different between builds with and without messages resulting in compilation failure if configured with --disable-messages Signed-off-by: Jan Palus --- src/microhttpd/connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)