From: cristy Date: Tue, 23 Apr 2013 14:03:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51633f51350a6f838d9cccbcb36f7557c1dd6f23;p=imagemagick --- diff --git a/configure b/configure index 840bbf450..403ed47e0 100755 --- a/configure +++ b/configure @@ -1944,7 +1944,7 @@ Optional Packages: --without-openexr disable OpenEXR support --without-pango disable PANGO support --without-png disable PNG support - --without-rsvg enable RSVG support + --with-rsvg enable RSVG support --without-tiff disable TIFF support --without-webp disable WEBP support --with-windows-font-dir=DIR @@ -3677,7 +3677,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=11838:11906 +MAGICK_SVN_REVISION=11949:11963M # Substitute library versioning diff --git a/configure.ac b/configure.ac index ff69562ab..0ff231180 100755 --- a/configure.ac +++ b/configure.ac @@ -2672,7 +2672,7 @@ dnl =========================================================================== # Check for RSVG delegate library. # AC_ARG_WITH([rsvg], - [AC_HELP_STRING([--without-rsvg], + [AC_HELP_STRING([--with-rsvg], [enable RSVG support])], [with_rsvg=$withval], [with_rsvg='no'])