diff --git a/imagick_helpers.c b/imagick_helpers.c index ca437bc3..6d446617 100644 --- a/imagick_helpers.c +++ b/imagick_helpers.c @@ -1289,7 +1289,7 @@ void php_imagick_initialize_constants(TSRMLS_D) #if MagickLibVersion >= 0x70C IMAGICK_REGISTER_CONST_LONG("COMPRESSION_DWAA", DWAACompression); IMAGICK_REGISTER_CONST_LONG("COMPRESSION_DWAB", DWABCompression); - +#endif #if MagickLibVersion >= 0x712 // actually 7.1.1-16, but still can't test patch versions