mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-20 18:50:08 +03:00
Small patch to accomodate the Haiku OS
* configure.in: keep M_LIBS to empty
This commit is contained in:
parent
2173b5cb30
commit
508a8d68a6
@ -1286,6 +1286,8 @@ case "$host" in
|
||||
;;
|
||||
*beos*) M_LIBS=""
|
||||
;;
|
||||
*haiku*) M_LIBS=""
|
||||
;;
|
||||
*) M_LIBS="-lm"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user