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.
This commit is contained in:
Arun Raghavan 2011-03-25 16:16:56 +05:30 committed by Colin Guthrie
parent f5d2c33e86
commit f49711c99a

View 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,