libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/8] ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary()


From: KO Myung-Hun
Subject: [PATCH 4/8] ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows
Date: Thu, 18 Sep 2014 11:57:01 +0900

* m4/ltdl.m4: Remove os2* from a list for loadlibrary.la.
---
 m4/ltdl.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index 7f30925..04729bf 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 <sys/cygwin.h>]])
   LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
   ;;
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]