summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-06 13:24:48 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-06 13:24:48 +0000
commiteba201cf06745a42a4d4dc323d5cb0184eb8e700 (patch)
tree4d7922dbfa4a24f1187d7d06cbe2e3433c31e2da
parent59ca79c029ce81322399f1b511623788de1eac25 (diff)
downloadxine-lib-eba201cf06745a42a4d4dc323d5cb0184eb8e700.tar.gz
xine-lib-eba201cf06745a42a4d4dc323d5cb0184eb8e700.tar.bz2
latest version is needed
CVS patchset: 4550 CVS date: 2003/04/06 13:24:48
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e5c25c74..f6836c80b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -752,7 +752,7 @@ AC_ARG_WITH(external-dvdnav,[ --with-external-dvdnav Use external dvdnav libra
[external_dvdnav="yes"], [no_dvdnav="yes"; external_dvdnav="no"])
if test x"$external_dvdnav" = "xyes"; then
- AM_PATH_DVDNAV(0.1.6,
+ AM_PATH_DVDNAV(0.1.8,
AC_DEFINE(HAVE_DVDNAV,1,[Define this if you have a suitable version of libdvdnav]),
[AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])])
else