]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/pull/895
authorCristy <urban-warrior@imagemagick.org>
Sat, 16 Dec 2017 18:10:10 +0000 (13:10 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 16 Dec 2017 18:10:10 +0000 (13:10 -0500)
config/config.h.in
configure

index d02165ebc25a9479110623d5563d0e9ecff5ec2f..a506af361e796aa39c4a6887fe566354ec98052d 100644 (file)
    */
 #undef LTDL_DELEGATE
 
+/* Native module suffix */
+#undef LTDL_MODULE_EXT
+
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
 #undef LT_OBJDIR
 
index dba4e334620e9a09319f3a179864d058e0d23118..59785bc58e1bb191ab6e0a35ae11a1d0b6881775 100755 (executable)
--- a/configure
+++ b/configure
@@ -4559,7 +4559,7 @@ MAGICK_PATCHLEVEL_VERSION=15
 
 MAGICK_VERSION=7.0.7-15
 
-MAGICK_GIT_REVISION=21903:a70504060:20171216
+MAGICK_GIT_REVISION=21914:94a165e5b:20171216
 
 
 # Substitute library versioning
@@ -31315,6 +31315,11 @@ $as_echo "no -- some components failed test" >&6; }
 
 $as_echo "#define LTDL_DELEGATE 1" >>confdefs.h
 
+
+cat >>confdefs.h <<_ACEOF
+#define LTDL_MODULE_EXT "${shrext_cmds}"
+_ACEOF
+
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
       have_ltdl='yes'