summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-03-25 16:16:56 +0530
committerColin Guthrie <cguthrie@mandriva.org>2011-03-25 10:59:18 +0000
commitf49711c99a86075de0a2337c4ea71049a9aa146a (patch)
tree28b16fd77d839bfbd2491899e0f760ff1a145453
parentf5d2c33e86c9494e674282d24ec95b5044b81bff (diff)
build: Bump Orc dependency to 0.4.11
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07208f25..5b41bb47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,