]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 14:03:19 +0000 (14:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 14:03:19 +0000 (14:03 +0000)
configure
configure.ac

index 840bbf4503fe254f71bd106931230c09c2259b7b..403ed47e093099ca4f370c5c6f15263bf6a97553 100755 (executable)
--- 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
index ff69562abc47482a6914527bbbe94a480b1d7a2b..0ff2311804f3247295354bc0c0d7ebfce925c1d1 100755 (executable)
@@ -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'])