From 4c36359dea36a28751659e34a7a11a311f349e76 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 May 2004 04:28:36 +0000 Subject: * 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/branches/ruby_1_8@6371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 26fc5d265e..79464c9ff1 100644 --- a/configure.in +++ b/configure.in @@ -350,6 +350,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) -- cgit v1.2.3