summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-06-11 01:48:46 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-06-11 01:48:46 +0200
commit7d9dce66a45bb674237b225e338cb49bc99e9ba8 (patch)
treeee264b7baac2f43569f34c2f5dd5d5169bbeb7db
parentb97e8ff62797be101c593fbea8da20dbc102779f (diff)
actually define HAVE_PULSE properly. This fixes automatic backend selection for the dso driver.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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