summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-06-11 01:58:23 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-06-11 01:58:23 +0200
commit4e6323606727ba6e416d4a16456ac98efd598309 (patch)
treee26bffd7284da37cd79f4cf5334be77a4a414a9f
parent7d9dce66a45bb674237b225e338cb49bc99e9ba8 (diff)
also define HAVE_PULSE if we use a local dev tree
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ab0aa39..bdeef0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,6 +237,7 @@ if test "x${pulse}" != xno ; then
PULSE_CFLAGS='-I$(top_srcdir)/../pulseaudio/src'
PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse -lpulse-mainloop-glib'
HAVE_PULSE=1
+ AC_DEFINE([HAVE_PULSE], 1, [Have PulseAudio?])
echo "*** Found pulseaudio in ../pulseaudio, using that version ***"
else
PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.11 libpulse-mainloop-glib >= 0.9.11 ],