From 504e6af06fffdb8c401b0b7737b90b95e3f2555b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 10 Nov 2011 17:03:10 +0000 Subject: [PATCH] Seems to work OK with this earlier version now. This is the version that comes with Ubuntu LTS (10.04). SVN revision: 65027 --- legacy/edje/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/configure.ac b/legacy/edje/configure.ac index e1d7ad4956..e7086852fe 100644 --- a/legacy/edje/configure.ac +++ b/legacy/edje/configure.ac @@ -311,11 +311,11 @@ AC_ARG_ENABLE([sndfile], if test "x${want_multisense}" = "xyes" -a "x$want_sndfile" != "xno"; then PKG_CHECK_MODULES([SNDFILE], - [sndfile >= 1.0.22], + [sndfile >= 1.0.21], [ AC_DEFINE(HAVE_LIBSNDFILE, 1, [sndfile support for Edje]) have_sndfile="yes" - requirement_edje="sndfile >= 1.0.22 ${requirement_edje}" + requirement_edje="sndfile >= 1.0.21 ${requirement_edje}" ], [have_sndfile="no"; want_multisense="no"] )