]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 6 Jan 2010 20:42:35 +0000 (20:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 6 Jan 2010 20:42:35 +0000 (20:42 +0000)
configure
configure.ac

index e4089d8fc48ca44051c8f30e81ba8a899632c000..ddb426bd34fb991e4ab210378ff7cd3d27ff3047 100755 (executable)
--- a/configure
+++ b/configure
@@ -18577,7 +18577,7 @@ fi
 if test "${with_modules+set}" = set; then :
   withval=$with_modules; with_modules=$withval
 else
-  with_modules=$libtool_build_shared_libs
+  with_modules='no'
 fi
 
 
index 8c2ea3c51c8e179f06b8dfb2d083708dbe816aef..e0e056e1cd6346bc35c955a78f0247ef4ef3d70b 100755 (executable)
@@ -454,7 +454,7 @@ AC_ARG_WITH([modules],
     [AC_HELP_STRING([--with-modules],
                     [enable building dynamically loadable modules])],
     [with_modules=$withval],
-    [with_modules=$libtool_build_shared_libs])
+    [with_modules='no'])
 
 # Only allow building loadable modules if we are building shared libraries
 if test "$with_modules" != 'no' ; then