1.1.1 of libxine is ok
authorraster <raster>
Wed, 25 Jan 2006 01:22:35 +0000 (01:22 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2006 01:22:35 +0000 (01:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20014 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index a7debb9..a9c1eb5 100644 (file)
@@ -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"