]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: set lt_cv_deplibs_check_method to pass_all on OS/2.
authorKO Myung-Hun <komh@chollian.net>
Tue, 4 Nov 2014 11:16:51 +0000 (11:16 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 4 Nov 2014 14:46:06 +0000 (14:46 +0000)
* m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Same as the title.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
m4/libtool.m4

index 24ac398e3548164b4b164d3885d585679c93ef1c..44ac707bdbbad46498ca7acce05b726fe401301c 100644 (file)
@@ -3452,6 +3452,9 @@ sysv4 | sysv4.3*)
 tpf*)
   lt_cv_deplibs_check_method=pass_all
   ;;
+os2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
 esac
 ])