Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / coop.c
index a8dca12..419a79b 100644 (file)
@@ -20,7 +20,7 @@
 
 /* Cooperative thread library, based on QuickThreads */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif