From: cristy Date: Sat, 10 Aug 2013 19:08:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32234df901b4fca4fc13919cc4d367232c04e853;p=imagemagick --- diff --git a/configure.ac b/configure.ac index 5a061b877..2fa60c722 100755 --- a/configure.ac +++ b/configure.ac @@ -2010,10 +2010,10 @@ dnl =========================================================================== # Check for FITZ delegate library. # AC_ARG_WITH(fitz, - [AC_HELP_STRING([--without-fitz], - [disable FITZ support])], + [AC_HELP_STRING([--with-fitz], + [enable FITZ support])], [with_fitz=$withval], - [with_fitz='yes']) + [with_fitz='no']) if test "$with_fitz" != 'yes'; then DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-fitz=$with_fitz "