# HG changeset patch # User arpi # Date 1020015298 0 # Node ID f684e461f1413154c779ffce869aab23a68404ef # Parent d4307620912dd464cfa62a82fc7147dfbd66d6e9 mpdvdkit vs. bsd fixed? diff -r d4307620912d -r f684e461f141 configure --- a/configure Sun Apr 28 17:29:48 2002 +0000 +++ b/configure Sun Apr 28 17:34:58 2002 +0000 @@ -2621,15 +2621,14 @@ _inputmodules="mpdvdkit $_inputmodules" _dvdread=included fi - if bsd ; then - _def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1' + _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT' + _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT' + if linux || netbsd || openbsd ; then + _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' else - _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT' - fi - if linux ; then - _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' - else - _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT' + if freebsd || bsdos ; then + _def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1' + fi fi else _noinputmodules="mpdvdkit $_noinputmodules"