summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-18 20:26:42 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-18 20:26:42 +0000
commit6aa6dd3238a0bc61efab6593575dffddf2c1cefd (patch)
treed38f7f5ae30f2975670ecece912c4dc5a8e58936 /configure.ac
parent715d34706910a0470713dcc3504b9572ce1a459d (diff)
downloadxine-lib-6aa6dd3238a0bc61efab6593575dffddf2c1cefd.tar.gz
xine-lib-6aa6dd3238a0bc61efab6593575dffddf2c1cefd.tar.bz2
fix inconsistency
CVS patchset: 5761 CVS date: 2003/11/18 20:26:42
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 653649cec..6cfe6de2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1004,7 +1004,7 @@ dnl AC_ARG_ENABLE(vcdo,[ --disable-vcdo Do not compile old VCD plugin],
dnl
enable_vcdo="yes"
-AC_ARG_WITH(internal-vcdnav,[ --with-internal-vcdlibs Force using internal libcdio/libvcd/libvcdinfo ],
+AC_ARG_WITH(internal-vcdlibs,[ --with-internal-vcdlibs Force using internal libcdio/libvcd/libvcdinfo ],
[external_vcdnav="no"], [external_vcdnav="yes"])
if test x"$enable_vcd" = "xyes"; then