From 5b65b97f71b60a398fcc37e8eee1b09c1b798491 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 25 Jan 2006 01:22:35 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4