From f49711c99a86075de0a2337c4ea71049a9aa146a Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 25 Mar 2011 16:16:56 +0530 Subject: 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 for pointing this out. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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, -- cgit