From 772a6a4abd86a9e3c8b4d257645a0023ffa7cd9d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 2 Jun 2010 11:41:25 -0700 Subject: [PATCH] Update Orc requirement to 0.4.4.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 495119d678..f976869a07 100644 --- a/configure.ac +++ b/configure.ac @@ -239,7 +239,7 @@ esac [enable_orc=yes]) dnl Default value if test "x$enable_orc" = "xyes" ; then - PKG_CHECK_MODULES(ORC, orc-0.4 >= 0.4.0, HAVE_ORC=yes, HAVE_ORC=no) + PKG_CHECK_MODULES(ORC, orc-0.4 >= 0.4.4.1, HAVE_ORC=yes, HAVE_ORC=no) if test "x$HAVE_ORC" != "xyes"; then AC_ERROR([orc-0.4.0 or later is required]) fi @@ -614,7 +614,7 @@ AG_GST_CHECK_FEATURE(CELT, [celt], celt, [ dnl *** Cog *** translit(dnm, m, l) AM_CONDITIONAL(USE_COG, true) AG_GST_CHECK_FEATURE(COG, [Cog plugin], cog, [ - PKG_CHECK_MODULES(COG, libpng >= 1.2 orc-0.4 >= 0.4.3, HAVE_COG="yes", [ + PKG_CHECK_MODULES(COG, libpng >= 1.2 orc-0.4 >= 0.4.4.1, HAVE_COG="yes", [ HAVE_COG="no" AC_MSG_RESULT(no) ])