From: raster Date: Wed, 25 Jan 2006 01:22:35 +0000 (+0000) Subject: 1.1.1 of libxine is ok X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~518 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b65b97f71b60a398fcc37e8eee1b09c1b798491;p=profile%2Fivi%2Femotion.git 1.1.1 of libxine is ok git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20014 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index a7debb9..a9c1eb5 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ AC_ARG_ENABLE(xine, [enable_xine=$enableval],[enable_xine=auto]) HAVE_XINE="no" if test "$enable_xine" != "no" ; then - AC_PATH_GENERIC(xine, 1.1.2, [HAVE_XINE="yes"]) + AC_PATH_GENERIC(xine, 1.1.1, [HAVE_XINE="yes"]) if test "$HAVE_XINE" = "yes" ; then requirements="$requirements libxine"