need 1.1.2 - i KNOW 1.1.2 works. don't know about 1.1.1
authorraster <raster>
Mon, 23 Jan 2006 06:19:52 +0000 (06:19 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2006 06:19:52 +0000 (06:19 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@19981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index b98a974..a7debb9 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.0.0, [HAVE_XINE="yes"])
+       AC_PATH_GENERIC(xine, 1.1.2, [HAVE_XINE="yes"])
 
        if test "$HAVE_XINE" = "yes" ; then
                requirements="$requirements libxine"