summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-06-12 02:57:45 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-06-12 02:57:45 +0200
commit787e8862720dad857aa54f1064d8f9b0fa85feec (patch)
treed5811794340aa6dc5a1705ebd8e7e8064391e738
parent6f7518ace6775fcfc051f5bfa9fdfae56c3b2966 (diff)
minor build fix for external PAv0.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ca7f62..4ca21f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ if test "x${pulse}" != xno ; then
else
PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.11 libpulse-mainloop-glib >= 0.9.11 ],
[
- HAVE_PULSE=1,
+ HAVE_PULSE=1
AC_DEFINE([HAVE_PULSE], 1, [Have PulseAudio?])
],
[