]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 15 Oct 2012 19:40:16 +0000 (19:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 15 Oct 2012 19:40:16 +0000 (19:40 +0000)
configure
configure.ac

index 0bdf1267032f7f681e15072a0717df9f64a05638..e4ae9c873b44fc211685313bb129743f29ce6231 100755 (executable)
--- a/configure
+++ b/configure
@@ -3669,7 +3669,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE`
 
 MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE
 
-MAGICK_SVN_REVISION=9625:9627M
+MAGICK_SVN_REVISION=9625:9634M
 
 
 
@@ -21743,6 +21743,7 @@ fi
 #
 # Enable support for building loadable modules
 #
+build_modules='no'
 
 # Check whether --with-modules was given.
 if test "${with_modules+set}" = set; then :
index 41c39ba0d63845b20a31067becc15b3bfe280cf5..e646f085ad5a3198500a2caf7fa271fd7519f13e 100755 (executable)
@@ -524,6 +524,7 @@ AM_CONDITIONAL(WITH_SHARED_LIBS, test "${libtool_build_shared_libs}" = 'yes')
 #
 # Enable support for building loadable modules
 #
+build_modules='no'
 AC_ARG_WITH([modules],
     [AC_HELP_STRING([--with-modules],
                     [enable building dynamically loadable modules])],