gnome-settings-daemon r666 - trunk



Author: jensg
Date: Sun Jan 18 14:07:19 2009
New Revision: 666
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=666&view=rev

Log:
2009-01-18  Jens Granseuer  <jensgr gmx net>

	* configure.ac: fix build with PulseAudio, too (bug #568179)


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Jan 18 14:07:19 2009
@@ -239,10 +239,11 @@
 if test x$WANT_PULSE = xyes ; then
        PA_REQUIRED_VERSION=0.9.12
        PKG_CHECK_MODULES(PULSE, glib-2.0 libpulse >= $PA_REQUIRED_VERSION libpulse-mainloop-glib >= $PA_REQUIRED_VERSION,
-             [have_pulse=true, AC_DEFINE(HAVE_PULSE, 1, [Define if PULSE sound server should be used])],
+             [have_pulse=true
+              AC_DEFINE(HAVE_PULSE, 1, [Define if PULSE sound server should be used])],
              [have_pulse=false])
 fi
-AM_CONDITIONAL(HAVE_PULSE, test x"$have_pulse" = "xtrue")
+AM_CONDITIONAL(HAVE_PULSE, test "x$have_pulse" = "xtrue")
 
 AC_SUBST(PULSE_CFLAGS)
 AC_SUBST(PULSE_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]