diff options
author | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-12 02:57:45 +0200 |
---|---|---|
committer | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-12 02:57:45 +0200 |
commit | 787e8862720dad857aa54f1064d8f9b0fa85feec (patch) | |
tree | d5811794340aa6dc5a1705ebd8e7e8064391e738 /configure.ac | |
parent | 6f7518ace6775fcfc051f5bfa9fdfae56c3b2966 (diff) |
minor build fix for external PAv0.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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?]) ], [ |