From 81af570751f5cb9d11c0aff036d5776820bdca51 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 13 Sep 2011 14:20:58 +0000 Subject: [PATCH] --- MagickCore/version.h | 2 +- configure | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/version.h b/MagickCore/version.h index 51d6bdb90..6e668b425 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -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 diff --git a/configure b/configure index cef8656f6..c53199d92 100755 --- 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. diff --git a/configure.ac b/configure.ac index 579505011..f4edf7583 100755 --- a/configure.ac +++ b/configure.ac @@ -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. -- 2.40.0