diff options
author | Tobias Burnus <burnus@net-b.de> | 2012-11-21 14:46:34 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-11-21 14:46:34 +0100 |
commit | 5a09d908bcbc74f78d066568c6d535c1e9d6d3fd (patch) | |
tree | 8af2198385df0e740a9f5be20efa8808ecd8d2d7 /libquadmath/config.h.in | |
parent | d80556b2fb448a92b706535fbaa811a685339355 (diff) | |
download | gcc-5a09d908bcbc74f78d066568c6d535c1e9d6d3fd.tar.gz |
re PR libquadmath/55225 (Fail to build lgammaq.c from trunk with mingw-w64)
2012-11-21 Tobias Burnus <burnus@net-b.de>
PR libquadmath/55225
* math/lgammaq.c (lgammaq): Use local variable if
math.h does not provide signgam.
* acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
* configure.ac: Use it.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r193695
Diffstat (limited to 'libquadmath/config.h.in')
-rw-r--r-- | libquadmath/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libquadmath/config.h.in b/libquadmath/config.h.in index ea3f10c2786..9d18cc3ee35 100644 --- a/libquadmath/config.h.in +++ b/libquadmath/config.h.in @@ -45,6 +45,9 @@ /* Define to 1 if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H +/* Define to 1 if the math.h includes POSIX's signgam. */ +#undef HAVE_MATH_H_SIGNGAM + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |