]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/585
authorCristy <urban-warrior@imagemagick.org>
Tue, 18 Jul 2017 21:59:43 +0000 (17:59 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 18 Jul 2017 21:59:43 +0000 (17:59 -0400)
configure
configure.ac

index 68650f183ad2b8db6f521d5cd33e0fa5410830c1..8e2e476ffdb1e757972f2cd9eecd86bb802a4ed6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1221,7 +1221,7 @@ with_lzma
 with_openexr
 with_pango
 with_png
-with_LibRaw
+with_raw
 with_rsvg
 with_tiff
 with_webp
@@ -4530,7 +4530,7 @@ MAGICK_PATCHLEVEL_VERSION=2
 
 MAGICK_VERSION=7.0.6-2
 
-MAGICK_GIT_REVISION=20448:9871b4ad7:20170715
+MAGICK_GIT_REVISION=20502:955bd1008:20170718
 
 
 # Substitute library versioning
@@ -33715,9 +33715,9 @@ fi
 # Check for the Raw delegate library.
 #
 
-# Check whether --with-LibRaw was given.
-if test "${with_LibRaw+set}" = set; then :
-  withval=$with_LibRaw; with_raw=$withval
+# Check whether --with-raw was given.
+if test "${with_raw+set}" = set; then :
+  withval=$with_raw; with_raw=$withval
 else
   with_raw='yes'
 fi
index e12e56a95d896bc19fb404067db86ac764d881cb..d11a107ff9c5b692731ede04d443017f6af8ded5 100644 (file)
@@ -2598,7 +2598,7 @@ dnl ===========================================================================
 #
 # Check for the Raw delegate library.
 #
-AC_ARG_WITH([LibRaw],
+AC_ARG_WITH([raw],
     [AC_HELP_STRING([--without-raw],
                     [disable Raw support])],
     [with_raw=$withval],