diff configure.ac @ 2399:dd2c14a4c9f1

Change required pulseaudio version to 0.9.9 because some PA_SAMPLE_S32 formats are not defined in older versions.
author Christian Birchinger <joker@netswarm.net>
date Sat, 16 Feb 2008 01:41:14 +0100
parents b3475063c000
children a0746d858e31
line wrap: on
line diff
--- a/configure.ac	Sat Feb 16 01:36:41 2008 +0300
+++ b/configure.ac	Sat Feb 16 01:41:14 2008 +0100
@@ -264,7 +264,7 @@
 )
 
 if test "$enable_pulse" = "yes"; then
-    PKG_CHECK_MODULES(PULSE, [libpulse >= 0.9.3],
+    PKG_CHECK_MODULES(PULSE, [libpulse >= 0.9.9],
          [have_pulse=yes
           OUTPUT_PLUGINS="$OUTPUT_PLUGINS pulse_audio"],
          [have_pulse=no]