]> Savannah Git Hosting - gnulib.git/commit
totalorder*: Fix compilation error on glibc 2.25..2.30.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2023 10:49:15 +0000 (12:49 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2023 11:01:10 +0000 (13:01 +0200)
commit3ca749369a314f5fe1e13beb7b6ae068403eee52
treec6aeab38ece1ffe93396a9d6c457b46f39ad5ca5
parent3f7dd45c8f093f174dea428d2140b542166e1aa9
totalorder*: Fix compilation error on glibc 2.25..2.30.

* m4/totalorder.m4 (gl_FUNC_TOTALORDERF): Test whether <math.h> has an
incompatible declaration of totalorderf, and set REPLACE_TOTALORDERF
to 1 if so.
(gl_FUNC_TOTALORDER): Test whether <math.h> has an incompatible
declaration of totalorder, and set REPLACE_TOTALORDER to 1 if so.
(gl_FUNC_TOTALORDERL): Test whether <math.h> has an incompatible
declaration of totalorderl, and set REPLACE_TOTALORDERL to 1 if so.
ChangeLog
m4/totalorder.m4