]> git.ipfire.org Git - thirdparty/grub.git/commit
Don't add -lm on haiku.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:20:21 +0000 (02:20 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:20:21 +0000 (02:20 +0200)
commit29013cba153b482bc8f80756e544ccfffee31919
tree8638b96e864e58974279dbc3c82b7fc744900c07
parente8559d2434becae85b999aa1485a0a3841252d39
Don't add -lm on haiku.

* configure.ac: Define BUILD_LIBM to -lm on most platforms
and empty on haiku.
* grub-core/Makefile.am (gentrigtables): Use $(BUILD_LIBM) rather than
-lm.
ChangeLog
configure.ac
grub-core/Makefile.am