--- configure.orig 2003-12-07 13:10:10.000000000 -0800 +++ configure.orig 2003-12-07 13:44:31.000000000 -0800 @@ -3808,7 +3808,8 @@ cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.9.x-sys' cat > $TMPC << EOF #include -int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==9)); } +int main(void) { return (!( (SND_LIB_MAJOR==0 && SND_LIB_MINOR==9) || + (SND_LIB_MAJOR==1 && SND_LIB_MINOR==0) )); } EOF cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.9.x-alsa' fi @@ -3834,7 +3835,7 @@ _aomodules="alsa9 $_aomodules" _def_alsa9='#define HAVE_ALSA9 1' _def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' - echores "yes (using alsa 0.9.x and alsa/asoundlib.h)" + echores "yes (using alsa 0.9.x or 1.0.x and alsa/asoundlib.h)" fi _ld_alsa="-lasound $_ld_dl $_ld_pthread" else