need 1.1.2 - i KNOW 1.1.2 works. don't know about 1.1.1

SVN revision: 19981
This commit is contained in:
Carsten Haitzler 2006-01-23 06:19:52 +00:00
parent cc8c268dcd
commit 57c4651180
1 changed files with 1 additions and 1 deletions

View 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"