tag 375377 + pending thanks On Sun, Jun 25, 2006 at 08:09:31PM +0200, Petr Salinger wrote: > >Can you please elaborate why this patch is necessary? configure either > >#undefs the macro or #defines it to 1, so #if and #ifdef should behave > >identically. > > Unfortunately configure does not work in the way you described, > see snippet of generated config.h bellow > > The reason is that configure.ac contains: > > AC_DEFINE(HAVE_OSS,, [support oss sound interface]) > AC_DEFINE(HAVE_OSS_LINUX,, [linux oss system]) > AC_DEFINE(HAVE_OSS_SYS,, [soundcard.h in sys]) > AC_DEFINE(HAVE_OSS_MACHINE,, [soundcard.h in machine])
Ugh, that's the real bug, introduced when we switched away from acconfig.h. I've fixed the calls upstream, and applied your patch temporarily to the Debian sources. Thanks, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

