libtool upgrade to 2.4.6 - 13/n: add mingw to systems not needing libm.

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46559
This commit is contained in:
Ozkan Sezer 2021-12-01 01:50:10 +03:00
parent 897efe1837
commit a6df1f7be1
1 changed files with 1 additions and 1 deletions

View File

@ -3845,7 +3845,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*)