From: cristy Date: Sun, 25 Apr 2010 00:49:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5f4e2f79bafb71c61f65e821a4193e82f291a8d;p=imagemagick --- diff --git a/config/configure.xml b/config/configure.xml index 5be36bec4..394a7aa85 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -23,7 +23,7 @@ - + diff --git a/configure b/configure index 7303eb0ea..d2afb1242 100755 --- a/configure +++ b/configure @@ -19933,7 +19933,7 @@ fi if test "${with_perl+set}" = set; then : withval=$with_perl; with_perl=$withval else - with_perl=$libtool_build_shared_libs + with_perl='no' fi diff --git a/configure.ac b/configure.ac index c8774d89a..20f50c317 100755 --- a/configure.ac +++ b/configure.ac @@ -698,7 +698,7 @@ AC_ARG_WITH([perl], [AC_HELP_STRING([--with-perl], [enable build/install of PerlMagick])], [with_perl=$withval], - [with_perl=$libtool_build_shared_libs]) + [with_perl='no']) # Options to pass when configuring PerlMagick AC_ARG_WITH([perl-options], diff --git a/ltdl/lt__dirent.c b/ltdl/lt__dirent.c index c9533b6bc..30dc072c1 100644 --- a/ltdl/lt__dirent.c +++ b/ltdl/lt__dirent.c @@ -35,7 +35,7 @@ or obtained by writing to the Free Software Foundation, Inc., #include "lt__dirent.h" -#if defined(MAGICKCORE_WINDOWS_SUPPORT) +#if defined(__WINDOWS__) void closedir (DIR *entry) @@ -104,4 +104,4 @@ readdir (DIR *entry) return &entry->file_info; } -#endif /*defined(MAGICKCORE_WINDOWS_SUPPORT)*/ +#endif /*defined(__WINDOWS__)*/