]> git.sesse.net Git - vlc/commitdiff
Default re-enabled dvd module.
authorEric Petit <titer@videolan.org>
Mon, 9 Dec 2002 03:36:47 +0000 (03:36 +0000)
committerEric Petit <titer@videolan.org>
Mon, 9 Dec 2002 03:36:47 +0000 (03:36 +0000)
  --disable-dvd works anyway.

configure.ac.in

index 31b75ff246518a58495e621cbd02edd4fe0d4c59..b674177d1bb0add6301d8cc88b194ad7e08597f9 100644 (file)
@@ -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])