From: cristy Date: Sun, 5 Feb 2012 23:24:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38eaa7e78c55d448ca056866e9d5e0533fe40274;p=imagemagick --- diff --git a/MagickCore/magick-config.h b/MagickCore/magick-config.h index 3db76f669..6c325993c 100644 --- a/MagickCore/magick-config.h +++ b/MagickCore/magick-config.h @@ -1520,9 +1520,7 @@ /* #undef WITH_DMALLOC */ /* Define if you have wmflite library */ -#ifndef MAGICKCORE_WMFLITE_DELEGATE -#define MAGICKCORE_WMFLITE_DELEGATE 1 -#endif +/* #undef WMFLITE_DELEGATE */ /* Define if you have wmf library */ /* #undef WMF_DELEGATE */ diff --git a/config/configure.xml b/config/configure.xml index df1dad920..77261fbfb 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -29,16 +29,16 @@ - + - + - + diff --git a/configure b/configure index a8024c4e8..dc6b4dca5 100755 --- a/configure +++ b/configure @@ -1917,7 +1917,7 @@ Optional Packages: --without-webp disable WEBP support --with-windows-font-dir=DIR directory containing MS-Windows fonts - --without-wmf disable WMF support + --with-wmf enable WMF support --without-xml disable XML support Some influential environment variables: @@ -31631,7 +31631,7 @@ fi if test "${with_wmf+set}" = set; then : withval=$with_wmf; with_wmf=$withval else - with_wmf='yes' + with_wmf='no' fi diff --git a/configure.ac b/configure.ac index 76ea66a11..93493deb1 100755 --- a/configure.ac +++ b/configure.ac @@ -2762,10 +2762,10 @@ dnl =========================================================================== # Check for WMF delegate library. # AC_ARG_WITH([wmf], - [AC_HELP_STRING([--without-wmf], - [disable WMF support])], + [AC_HELP_STRING([--with-wmf], + [enable WMF support])], [with_wmf=$withval], - [with_wmf='yes']) + [with_wmf='no']) if test "$with_wmf" != 'yes'; then DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-wmf=$with_wmf "