]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: add mingw to systems not requiring libm
authorOzkan Sezer <sezeroz@gmail.com>
Tue, 16 Feb 2021 08:55:50 +0000 (11:55 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 17 Jan 2024 18:34:58 +0000 (20:34 +0200)
commit97859bda6accde370e212ba18c2dac49bf1c2cba
tree4d1d437602b04497b35425acf5a9323262fa5806
parente60044908eec8948f04f8e0af5bb2a77cdb06027
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
m4/libtool.m4