diff --git a/libguile/boehm-gc.h b/libguile/boehm-gc.h index ea8ad512a..708f17b35 100644 --- a/libguile/boehm-gc.h +++ b/libguile/boehm-gc.h @@ -35,7 +35,7 @@ #include -#if (defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR < 7) +#if (! ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7))) /* This was needed with `libgc' 6.x. */ # include #endif