summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 109d03c461..c97c29f6e8 100755
--- a/configure
+++ b/configure
@@ -5198,7 +5198,7 @@ echocheck "DVD support (libmpdvdkit2)"
if test "$_mpdvdkit" = auto ; then
_mpdvdkit=no
if linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux; then
- test -f "./libmpdvdkit2/Makefile" && _mpdvdkit=yes
+ _mpdvdkit=yes
fi
fi
if test "$_mpdvdkit" = yes ; then