diff --git a/legacy/emotion/configure.in b/legacy/emotion/configure.in index b98a9748b8..a7debb9164 100644 --- a/legacy/emotion/configure.in +++ b/legacy/emotion/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.0.0, [HAVE_XINE="yes"]) + AC_PATH_GENERIC(xine, 1.1.2, [HAVE_XINE="yes"]) if test "$HAVE_XINE" = "yes" ; then requirements="$requirements libxine"