diff --git a/MagickCore/version.h b/MagickCore/version.h
index 51d6bdb..6e668b4 100644
--- a/MagickCore/version.h
+++ b/MagickCore/version.h
@@ -53,7 +53,7 @@
 #define MagickHDRIFeature  " "
 #endif
 #if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT)
-#define MagickZeroConfigurationFeature  "Zero Configuration "
+#define MagickZeroConfigurationFeature  "Zero-Configuration "
 #else
 #define MagickZeroConfigurationFeature  " "
 #endif
diff --git a/configure b/configure
index cef8656..c53199d 100755
--- a/configure
+++ b/configure
@@ -21054,7 +21054,7 @@
 
 $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.
diff --git a/configure.ac b/configure.ac
index 5795050..f4edf75 100755
--- a/configure.ac
+++ b/configure.ac
@@ -571,7 +571,7 @@
 
 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.