Skip to content

Commit

Permalink
libtool upgrade to 2.4.6 - 13/n: add mingw to systems not needing libm.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 2, 2021
1 parent 046078e commit b3a67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude/libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit b3a67c6

Please sign in to comment.