From: Cristy Date: Sat, 16 Dec 2017 18:10:10 +0000 (-0500) Subject: https://github.com/ImageMagick/ImageMagick/pull/895 X-Git-Tag: 7.0.7-15~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18ff1211b61eab4e6f915754aff8582ddf6f0390;p=imagemagick https://github.com/ImageMagick/ImageMagick/pull/895 --- diff --git a/config/config.h.in b/config/config.h.in index d02165ebc..a506af361 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -766,6 +766,9 @@ */ #undef LTDL_DELEGATE +/* Native module suffix */ +#undef LTDL_MODULE_EXT + /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR diff --git a/configure b/configure index dba4e3346..59785bc58 100755 --- 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'