From 1cb9832ac0b6a132b172302ad76f68f16e3487e1 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 5 Feb 2010 23:40:11 +0000 Subject: Fix testing for DVB support. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 01d0a5eb6..e039f4855 100644 --- a/configure.ac +++ b/configure.ac @@ -252,12 +252,12 @@ dnl --------------------------------------------- have_supported_dvb=yes SYS=other -case "$host" in - *-gnu*.*) +case "$build_os" in + gnu*) have_supported_dvb=no SYS=hurd ;; - *-*-mingw* | *-*-cygwin*) + mingw* | cygwin*) have_supported_dvb=no dnl check if we are using the cygwin, mingw or cygwin with mno-cygwin mode dnl in which case we are actually dealing with a mingw32 compiler -- cgit v1.2.3