GNOME Bugzilla – Bug 106348
Fix debug_default and help text
Last modified: 2011-02-18 15:57:04 UTC
The tricks being used to get $debug_default substituted into the help text don't work with autoconf-2.5x: --enable-debug=no/minimum/yes turn on debugging default=$debug_default Reason being that the help text is entirely created by m4 macros at autoconf time. Pango has something that works. This applies to both Glib and GTK+... I'm not bothering to file a separate GTK+ bug.
(was fixed in HEAD with the automake-1.7 changes)
Fixed in stable branches of both GLib and GTK+ Fri May 30 15:58:33 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Rework debug_default handling to work with autoconf-2.5x. (#106348)