fixed typo, should have been *haiku*, thanks urias...

This commit is contained in:
Scott McCreary
2008-10-23 05:25:33 +00:00
parent b020582c75
commit 9ac497128e

View File

@@ -5,7 +5,7 @@ diff -urN libxml2-2.7.2/configure.in libxml2-2.7.2-haiku/configure.in
;;
*beos*) M_LIBS=""
;;
+ *beos*) M_LIBS=""
+ *haiku*) M_LIBS=""
+ ;;
*) M_LIBS="-lm"
;;