]> code.delx.au - pulseaudio/commitdiff
build: Bump Orc dependency to 0.4.11
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 25 Mar 2011 10:46:56 +0000 (16:16 +0530)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 25 Mar 2011 10:59:18 +0000 (10:59 +0000)
0.4.9 errors out at compile time, and might as well bump to 0.4.11 since
that's the version being tested with and has been around for a while
now. Thanks to Paul Menzel <paulepanter@users.sourceforge.net> for
pointing this out.

configure.ac

index 07208f25cb273e4e4a95dc917ae10b2567ee4128..5b41bb47baa5a0bfb8bbc2eac934c417db339676 100644 (file)
@@ -1417,7 +1417,7 @@ fi
 AM_CONDITIONAL([HAVE_FFTW], [test "x$HAVE_FFTW" = "x1"])
 
 ### ORC (optional) ###
-ORC_CHECK([0.4.9])
+ORC_CHECK([0.4.11])
 
 ### Build and Install man pages ###
 AC_ARG_ENABLE(manpages,