]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 17 Dec 2012 20:41:10 +0000 (20:41 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 17 Dec 2012 20:41:10 +0000 (20:41 +0000)
configure.ac

index 0aebea52c20d4438830b9c6bc7d8568e34f43cfb..0428f2f0ccd50afcc4531ac0497e705c50584194 100755 (executable)
@@ -540,6 +540,7 @@ if test "$with_modules" != 'no' ; then
 fi
 if test "$build_modules" != 'no' ; then
     AC_DEFINE(BUILD_MODULES,1,Define if coders and filters are to be built as modules.)
+    MAGICK_FEATURES="$MAGICK_FEATURES Modules"
 fi
 AM_CONDITIONAL(WITH_MODULES, test "$build_modules" != 'no')
 
@@ -1641,7 +1642,7 @@ if test "$have_autotrace" = 'yes'; then
     failed=0
     AC_DEFINE(AUTOTRACE_DELEGATE,1,Define if you have AUTOTRACE library)
     if test "$build_modules" = 'no'; then
-    CPPFLAGS="$AUTOTRACE_CFLAGS $CPPFLAGS"
+      CPPFLAGS="$AUTOTRACE_CFLAGS $CPPFLAGS"
     fi
 fi
 
@@ -3824,10 +3825,6 @@ if test "$have_zlib"   = 'yes' ; then
    DELEGATES="$DELEGATES zlib"
    MAGICK_FEATURES="$MAGICK_FEATURES ZLIB"
 fi
-if test "$build_modules" != 'no' || \
-   test "${native_win32_build}" = 'yes' ; then
-   MAGICK_FEATURES="$MAGICK_FEATURES MODULES"
-fi
 # Remove extraneous spaces from output variables (asthetic)
 DELEGATES=`echo $DELEGATES | sed -e 's/  */ /g'`
 MAGICK_FEATURES=`echo $MAGICK_FEATURES | sed -e 's/  */ /g'`