#define MagickHDRIFeature " "
#endif
#if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT)
-#define MagickZeroConfigurationFeature "Zero Configuration "
+#define MagickZeroConfigurationFeature "Zero-Configuration "
#else
#define MagickZeroConfigurationFeature " "
#endif
$as_echo "#define ZERO_CONFIGURATION_SUPPORT 1" >>confdefs.h
- MAGICK_FEATURES="Zero Configuration $MAGICK_FEATURES"
+ MAGICK_FEATURES="Zero-Configuration $MAGICK_FEATURES"
fi
# Build a high dynamic range version of ImageMagick.
if test "$enable_zero_configuration" = 'yes'; then
AC_DEFINE(ZERO_CONFIGURATION_SUPPORT,1,[Build self-contained, embeddable, zero-configuration ImageMagick])
- MAGICK_FEATURES="Zero Configuration $MAGICK_FEATURES"
+ MAGICK_FEATURES="Zero-Configuration $MAGICK_FEATURES"
fi
# Build a high dynamic range version of ImageMagick.