X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffrexpf.m4;h=c7aa59d897dda895a38a0c849f62de0c3c15e948;hb=bf6909e5ca400414ed0730b7f64e48d04993936e;hp=5a37b39b7a896afcc89cd2aa8414da5f7b64b3b4;hpb=1a4bcf1fcb2eff583c89821846bfa4e212d9963c;p=gnulib.git diff --git a/m4/frexpf.m4 b/m4/frexpf.m4 index 5a37b39b7..c7aa59d89 100644 --- a/m4/frexpf.m4 +++ b/m4/frexpf.m4 @@ -1,4 +1,4 @@ -# frexpf.m4 serial 3 +# frexpf.m4 serial 4 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FREXPF], AC_REQUIRE([gl_MATH_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_FREXP]) + dnl Persuade glibc to declare frexpf(). + AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) + dnl Test whether frexpf() exists. We cannot assume that frexpf(), if it dnl exists, is defined in the same library as frexp(). This is not the case dnl on NetBSD, OpenBSD.