From 43c70c0889b451484b200d820c1d2b412017d8c1 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 3 Sep 2001 03:59:51 +0000 Subject: [PATCH] fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work. Original commit message from CVS: fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work. --- configure.base | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.base b/configure.base index 6055344c1d..1fa433cd79 100644 --- a/configure.base +++ b/configure.base @@ -307,13 +307,13 @@ GST_CHECK_FEATURE(LIBXMMS, [xmms plugin], xmms, [ dnl Check for alsa GST_CHECK_FEATURE(ALSA, [alsa plugins], gstalsa, [ - HAVE_ALSA=yes AM_PATH_ALSA(0.9.0, HAVE_ALSA=yes, HAVE_ALSA=no) - if test x$HAVE_ALSA = xno; then - ALSA_CFLAGS= - ALSA_LIBS= - fi ]) +if test x$HAVE_ALSA = xno; then + unset USE_ALSA + ALSA_CFLAGS= + ALSA_LIBS= +fi dnl Check for libaudiofile GST_CHECK_FEATURE(LIBAUDIOFILE, [use gdk pixbuf], afsink afsrc, [