From 787e8862720dad857aa54f1064d8f9b0fa85feec Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Jun 2008 02:57:45 +0200 Subject: minor build fix for external PA --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?]) ], [ -- cgit