From 57ed373ccc90629a74edd34a415bcec72a107e49 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 23 Apr 2010 18:13:00 +0000 Subject: fix win32 recognition when cross compiling by using $host_os instead of $build_os --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76f3f65a1..c678d85b2 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ dnl --------------------------------------------- have_supported_dvb=yes SYS=other -case "$build_os" in +case "$host_os" in gnu*) have_supported_dvb=no SYS=hurd -- cgit v1.2.3