From 44cb903d447b08b191484d9a66ebc8737aec977b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 13 Mar 2021 17:38:35 +0200 Subject: [PATCH 19/19] debug.m4: Update outdated comment It claimed that doc/HACKING lists flags used in 'checks' debug level. That documentation has been removed as a hacker can check the flags directly from debug.m4 itself. See osdn #41776 Signed-off-by: Marko Lindqvist --- m4/debug.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/debug.m4 b/m4/debug.m4 index bf0431124d..ee395a7d00 100644 --- a/m4/debug.m4 +++ b/m4/debug.m4 @@ -62,7 +62,7 @@ fi dnl ========================================================================== dnl debug level >= checks if test "x$enable_debug" = "xchecks"; then - dnl Add additional flags as stated in ./doc/HACKING. Compiling the + dnl Add additional flags for 'checks' debug level. Compiling the dnl server is OK but there are problems in a external library (gtk2) dnl which prevent the compilation of the client using this extended dnl flags (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=148766) -- 2.30.1