Seems to work OK with this earlier version now.
authoronefang <onefang>
Thu, 10 Nov 2011 17:03:10 +0000 (17:03 +0000)
committeronefang <onefang@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Nov 2011 17:03:10 +0000 (17:03 +0000)
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

index e1d7ad4..e708685 100644 (file)
@@ -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"]
           )