1
0
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:
Scott McCreary 2009-08-24 16:35:35 +02:00 committed by Daniel Veillard
parent 2173b5cb30
commit 508a8d68a6

View File

@ -1286,6 +1286,8 @@ case "$host" in
;;
*beos*) M_LIBS=""
;;
*haiku*) M_LIBS=""
;;
*) M_LIBS="-lm"
;;
esac