Honor --disable-debug or --disable-trace completely

Vincent Béron vberon at mecano.gme.usherb.ca
Sat Oct 16 21:29:52 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.diff.gz
Type: application/x-gzip
Size: 21381 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041016/040356d7/01-debug-messages.diff.bin


More information about the wine-patches mailing list