]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 10 Aug 2013 19:08:58 +0000 (19:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 10 Aug 2013 19:08:58 +0000 (19:08 +0000)
configure.ac

index 5a061b8778ccfc5d1b57a60535c27cd0c5fa56ab..2fa60c722dc5dca8f0e04cd756c584844c75934a 100755 (executable)
@@ -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 "