From: KO Myung-Hun Date: Tue, 4 Nov 2014 11:14:27 +0000 (+0000) Subject: ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows. X-Git-Tag: v2.4.4~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=451ba23195e2da0ab024a0a83d82d61a48e7558b;p=thirdparty%2Flibtool.git ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows. * m4/ltdl.m4: Remove os2* from a list for loadlibrary.la. Signed-off-by: Gary V. Vaughan --- diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 7264d199d..eeb37ac4b 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -706,7 +706,7 @@ darwin[[1567]].*) beos*) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" ;; -cygwin* | mingw* | os2* | pw32*) +cygwin* | mingw* | pw32*) AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" ;;