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 at users.sourceforge.net> for pointing this out. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 5a1fde6..74dfe23 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, -- 1.7.4.1