summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-20 04:34:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-20 04:34:14 +0000
commita6a8847190d9075b742e6247a769c2b8c6ab5f0c (patch)
tree10dc48fe45c7714540858394da15340b021d9bf4 /configure.in
parent5345d52ff66b5970c488719749154d53eacc4eb0 (diff)
* numeric.c (flo_eq): alway check if operands are NaN.
[ruby-list:39685] * lib/cgi/session.rb: use LOCK_SH to read, and a few other improvements. [ruby-core:02328] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3e10b03118..5dd8cbdc16 100644
--- a/configure.in
+++ b/configure.in
@@ -354,6 +354,8 @@ freebsd*) LIBS="-lm $LIBS"
;;
bow) ac_cv_func_setitimer=no
;;
+superux*) ac_cv_func_setitimer=no
+ ;;
*) LIBS="-lm $LIBS";;
esac
AC_CHECK_LIB(crypt, crypt)