]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 13 Sep 2011 14:20:58 +0000 (14:20 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 13 Sep 2011 14:20:58 +0000 (14:20 +0000)
MagickCore/version.h
configure
configure.ac

index 51d6bdb905159c355fb0124a77aad16a082a246c..6e668b4257723d098f8cb683b6cf5621e05e8ad5 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
 #define MagickHDRIFeature  " "
 #endif
 #if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT)
-#define MagickZeroConfigurationFeature  "Zero Configuration "
+#define MagickZeroConfigurationFeature  "Zero-Configuration "
 #else
 #define MagickZeroConfigurationFeature  " "
 #endif
index cef8656f6f6f43d8aef089620fb887b32c1cf675..c53199d92a7845e69eb9de54fe52de3b278b51d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -21054,7 +21054,7 @@ if test "$enable_zero_configuration" = 'yes'; then
 
 $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.
index 579505011ddb22a2e39f870d96027d433326fc19..f4edf7583cfaeb630e4b7b809f88775c6a91a9d3 100755 (executable)
@@ -571,7 +571,7 @@ AC_ARG_ENABLE([zero-configuration],
 
 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.