forgot to update the alsa version test

This commit is contained in:
Bill Currie 2001-02-23 20:26:01 +00:00
parent 981d067000
commit b4cbb49ca0

View file

@ -736,7 +736,7 @@ QF_maGiC_VALUE
[
#include <sys/asoundlib.h>
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR>=6)
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR>=9)
QF_maGiC_VALUE
#endif
#endif