src/h/ecl.h: in Windows, refuse to build ECL without threads. ECL.9.10.2
authorJuan Jose Garcia Ripoll <jjgarcia@juanjo-imac.local>
Fri, 9 Oct 2009 16:38:06 +0000 (18:38 +0200)
committerJuan Jose Garcia Ripoll <jjgarcia@juanjo-imac.local>
Fri, 9 Oct 2009 16:38:06 +0000 (18:38 +0200)
src/h/ecl.h

index 9a545f8..7fe67bc 100644 (file)
@@ -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 */