From 269beb3fe26195ff16183d1d02c2daff773028fc Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Sun, 5 Jul 2009 19:27:48 +0100 Subject: Disappearing DVB plugin (Linux, not Hurd) I noticed recently that xine's DVB plugin had disappeared. After a bit of investigation (and a few handfuls of hair) I have created this patch: --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1af4dba69..8ca6df8d0 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ AC_SUBST(GOOM_LIBS) AC_SUBST(WIN32_CPPFLAGS) AM_CONDITIONAL(WIN32, test "x$SYS" = "xmingw32") AM_CONDITIONAL([HURD], [test "x$SYS" = "xhurd"]) -AM_CONDITIONAL([DVB], [test "$have_supported_DVB" = "yes"]) +AM_CONDITIONAL([DVB], [test "$have_supported_dvb" = "yes"]) dnl --------------------------------------------- -- cgit v1.2.3