From 09e46dced401d8f28d19fe15f9349690d069728b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 10 Jul 2006 22:43:50 +0000 Subject: Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume requirement of 0.9.0 minimum. See SF.net bug 1394688. CVS patchset: 8104 CVS date: 2006/07/10 22:43:50 --- src/audio_out/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 3bdf49e26..5c3dac5aa 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -11,10 +11,8 @@ oss_module = xineplug_ao_out_oss.la endif if HAVE_ALSA -if HAVE_ALSA09 alsa_module = xineplug_ao_out_alsa.la endif -endif if HAVE_ESD esd_module = xineplug_ao_out_esd.la -- cgit v1.2.3