From: onefang Date: Thu, 10 Nov 2011 17:03:10 +0000 (+0000) Subject: Seems to work OK with this earlier version now. X-Git-Tag: submit/trunk/20120815.180907~440 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=badc7f0745057e44b74697e1a4d1b6dce7f1ea81;p=profile%2Fivi%2Fedje.git 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 --- 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"] )