From: Lionel Sambuc Date: Thu, 5 Sep 2013 14:03:46 +0000 (+0200) Subject: bugfix: build.sh cross-compile on NetBSD host X-Git-Tag: v3.3.0~806 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F806%2F1;p=minix.git bugfix: build.sh cross-compile on NetBSD host As kindly reported by Nishimura Toru, the fix is quite simple. cf: https://groups.google.com/d/msg/minix3/v3yejSogDqY/0TZxzpIHOzUJ Change-Id: Ibdba8847982e93872217a6e736f50d4c90630e7a --- diff --git a/tools/compat/configure b/tools/compat/configure index 1fa623085..5c595c4d8 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -1869,7 +1869,7 @@ echo $ECHO_N "checking for MINIX3... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line 1870 "configure" #include "confdefs.h" -#ifdef __minix +#if defined(__minix) || defined(__NetBSD__) yes #endif