diff options
| author | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-11 01:48:46 +0200 |
|---|---|---|
| committer | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-11 01:48:46 +0200 |
| commit | 7d9dce66a45bb674237b225e338cb49bc99e9ba8 (patch) | |
| tree | ee264b7baac2f43569f34c2f5dd5d5169bbeb7db | |
| parent | b97e8ff62797be101c593fbea8da20dbc102779f (diff) | |
actually define HAVE_PULSE properly. This fixes automatic backend selection for the dso driver.
| -rw-r--r-- | configure.ac | 2 |
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 |
