From: cristy Date: Mon, 15 Oct 2012 19:40:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622d7275b3cd1666d50db25e6fb976cc9087a258;p=imagemagick --- diff --git a/configure b/configure index 0bdf12670..e4ae9c873 100755 --- 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 : diff --git a/configure.ac b/configure.ac index 41c39ba0d..e646f085a 100755 --- a/configure.ac +++ b/configure.ac @@ -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])],