Resend: Honor --disable-debug or --disable-trace completely

Vincent Béron vberon at mecano.gme.usherb.ca
Sat Oct 16 23:36:23 CDT 2004


(Yes, the patch is gzip as it's over 200k)

wine/debug.h has some tests based on NO_{DEBUG,TRACE}_MSGS, which is set
(or not) in config.h. Quite a few files didn't #include config.h before
wine/debug.h, so some debugmsgs were always compiled in, even with
./configure --disable-debug.

Now maybe we want to install config.h as well, as debug.h is already
installed. I'll leave that one to Alexandre.

Changelog:
Force inclusion of config.h before wine/debug.h.

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01-debug-messages-2.diff.gz
Type: application/x-gzip
Size: 23130 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041017/17cb15c9/01-debug-messages-2.diff.bin


More information about the wine-patches mailing list