From ff8169a98636d259490bae7596bf6a951a753b45 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 4 Oct 2008 15:50:35 +0000 Subject: [PATCH] finite broken on solaris 9 too ? git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1573 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/program/configure.ac b/program/configure.ac index 3d7dd062..32216b55 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -9,7 +9,7 @@ dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.3.3]) +AC_INIT([rrdtool],[1.3.4]) dnl for testing a numberical version number comes handy dnl the released version are @@ -323,14 +323,16 @@ return 0; case "${target}" in hppa*-*-hpux*) ac_cv_have_broken_isfinite=yes ;; *-sun-solaris2.8) ac_cv_have_broken_isfinite=yes ;; + *-sun-solaris2.9) ac_cv_have_broken_isfinite=yes ;; *) ac_cv_have_broken_isfinite=no ;; esac]) ]) -dnl the test does not seem to work on solaris 2.8 +dnl the test does not seem to work on solaris 2.8/9 dnl so lets fix this by hand case "${target}" in *-sun-solaris2.8) ac_cv_have_broken_isfinite=yes ;; + *-sun-solaris2.9) ac_cv_have_broken_isfinite=yes ;; esac if test "x$ac_cv_have_broken_isfinite" = "xno"; then -- 2.30.2