[bug] compile error in revision 2295

I get the following error when compiling moc:
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_THEMES_DIR=\"/usr/share/moc/themes\" -DPLUGIN_DIR=\"/usr/lib/moc/decoder_plugins\" -I/usr/lib/oss/include -pthread -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -I/usr/include/alsa -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
server.c: In function ‘server_init’:
server.c:316:8: error: called object ‘fake_logit’ is not a function

I am using gcc 4.6.0 and I have configured moc with:
./configure \
--prefix=/usr \
--without-rcc \
--without-aac \
--with-oss \
--with-alsa \
--with-jack \
--with-mp3 \
--with-musepack \
--with-vorbis \
--with-flac \
--with-wavpack \
--with-sndfile \
--with-modplug \
--with-ffmpeg \
--with-speex \
--with-samplerate \
--with-curl \
--disable-debug

If I get rid of the --disable-debug flag, moc compiles fine.

Resolved by r2296.