From 47dd3f727a743f94868d05282350175a88f40013 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Fri, 9 Oct 2009 18:38:06 +0200 Subject: [PATCH] src/h/ecl.h: in Windows, refuse to build ECL without threads. --- src/h/ecl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/h/ecl.h b/src/h/ecl.h index 9a545f8..7fe67bc 100644 --- a/src/h/ecl.h +++ b/src/h/ecl.h @@ -67,6 +67,8 @@ # ifdef GBC_BOEHM # define CreateThread GC_CreateThread # endif +# else +# error "The Windows ports cannot be built without threads." # endif /* ECL_THREADS */ #endif /* _MSC_VER || mingw32 */ -- 2.9.0