From: Eric Petit Date: Mon, 9 Dec 2002 03:36:47 +0000 (+0000) Subject: Default re-enabled dvd module. X-Git-Tag: 0.5.0~575 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e7453ce6bdadbf367f60e62e1d8b85249154b461;p=vlc Default re-enabled dvd module. --disable-dvd works anyway. --- diff --git a/configure.ac.in b/configure.ac.in index 31b75ff246..b674177d1b 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -876,7 +876,7 @@ dnl DVD module: optionally check for installed libdvdcss dnl AC_ARG_ENABLE(dvd, [ --enable-dvd DVD input module (default enabled)]) -if test "x${enable_dvd}" != "xno" -a "x${enable_dvd}" != "x" +if test "x${enable_dvd}" != "xno" then AC_ARG_WITH(dvdcss, [ --with-dvdcss=PATH libdvdcss headers and libraries])