mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
libtool: add mingw to systems not requiring libm
mingw uses msvcrt as it's standard library and does not use libm. So in LT_LIB_M it can be added to the list of systems which do not require libm. * libtool.m4: Add mingw to the list of systems not requiring libm
This commit is contained in:
parent
e60044908e
commit
97859bda6a
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -3854,7 +3854,7 @@ AC_DEFUN([LT_LIB_M],
|
||||
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
||||
LIBM=
|
||||
case $host in
|
||||
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
||||
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-mingw* | *-*-pw32* | *-*-darwin*)
|
||||
# These system don't have libm, or don't need it
|
||||
;;
|
||||
*-ncr-sysv4.3*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user