From 4e2db1417409d2b0b30c94114cb2d23c1247d6ea Mon Sep 17 00:00:00 2001 From: onefang 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). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65027 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e1d7ad4..e708685 100644 --- a/configure.ac +++ b/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"] ) -- 2.7.4