From 7d9dce66a45bb674237b225e338cb49bc99e9ba8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jun 2008 01:48:46 +0200 Subject: actually define HAVE_PULSE properly. This fixes automatic backend selection for the dso driver. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 14d167c..ab0aa39 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ if test "x${pulse}" != xno ; then PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.11 libpulse-mainloop-glib >= 0.9.11 ], [ HAVE_PULSE=1, - AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?]) + AC_DEFINE([HAVE_PULSE], 1, [Have PulseAudio?]) ], [ HAVE_PULSE=0 -- cgit