summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efa39bf26e..fa844eb7cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1106,6 +1106,9 @@ main()
])
])
],
+[haiku*], [
+ LIBS="$LIBS" # m lib is include in root
+ ],
[cygwin*|msys*], [
ac_cv_header_langinfo_h=yes
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_GNU_SOURCE)