From: Bruno Haible Date: Sat, 25 Dec 2010 11:57:46 +0000 (+0100) Subject: roundl-ieee: Make it work on OSF/1 5.1 with cc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e587fbb7b888126ecdf62a2ed968343215df2d0;p=pspp roundl-ieee: Make it work on OSF/1 5.1 with cc. * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee. --- diff --git a/ChangeLog b/ChangeLog index 8785d16809..441724be10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-25 Bruno Haible + + roundl-ieee: Make it work on OSF/1 5.1 with cc. + * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee. + 2010-12-25 Bruno Haible truncl-ieee: Make it work on OSF/1 5.1 with cc. diff --git a/modules/roundl-ieee b/modules/roundl-ieee index e206259076..8788f3068d 100644 --- a/modules/roundl-ieee +++ b/modules/roundl-ieee @@ -8,6 +8,8 @@ m4/signbit.m4 Depends-on: roundl +floorl-ieee +ceill-ieee configure.ac: gl_FUNC_ROUNDL_IEEE