diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 --------------------------------------------- |