* configure.in: no need to set ac_cv_func_isinf=yes on non-gcc
solaris. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
093fe3b839
commit
c87280a54e
@ -1,7 +1,10 @@
|
|||||||
Wed Nov 14 01:52:59 2007 Tanaka Akira <akr@fsij.org>
|
Wed Nov 14 02:11:38 2007 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* missing/isinf.c (isinf): don't define is the macro is defined.
|
* missing/isinf.c (isinf): don't define is the macro is defined.
|
||||||
|
|
||||||
|
* configure.in: no need to set ac_cv_func_isinf=yes on non-gcc
|
||||||
|
solaris.
|
||||||
|
|
||||||
Wed Nov 14 01:34:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Nov 14 01:34:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* numeric.c (round): fallback definition.
|
* numeric.c (round): fallback definition.
|
||||||
|
@ -507,11 +507,6 @@ bow) ac_cv_func_setitimer=no
|
|||||||
;;
|
;;
|
||||||
superux*) ac_cv_func_setitimer=no
|
superux*) ac_cv_func_setitimer=no
|
||||||
;;
|
;;
|
||||||
solaris*2.1*) if test -z "$GCC"; then
|
|
||||||
ac_cv_func_isinf=yes
|
|
||||||
fi
|
|
||||||
LIBS="-lm $LIBS"
|
|
||||||
;;
|
|
||||||
*) LIBS="-lm $LIBS";;
|
*) LIBS="-lm $LIBS";;
|
||||||
esac
|
esac
|
||||||
AC_CHECK_LIB(crypt, crypt)
|
AC_CHECK_LIB(crypt, crypt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user