diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-08-23 13:03:35 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-08-23 13:03:35 +0000 |
commit | db8092dc4c678051e1d4e3935a901dbeeef95562 (patch) | |
tree | 9abbc0a4bb0fdbe3f645d62bc422147e4a4c80db /libgfortran/config.h.in | |
parent | b73aff3657492d5425e780ec650f2c00658a73de (diff) | |
download | gcc-db8092dc4c678051e1d4e3935a901dbeeef95562.tar.gz |
re PR libfortran/23138 ([mingw32] real(16) values are printed incorrectly)
PR libfortran/23138
* acinclude.m4 (LIBGFOR_CHECK_MINGW_SNPRINTF): New check.
* configure.ac: Use LIBGFOR_CHECK_MINGW_SNPRINTF.
* libgfortran.h: If HAVE_MINGW_SNPRINTF is true, use __mingw_snprintf
instead of snprintf.
* config.h.in: Regenerate.
* configure: Regenerate.
From-SVN: r127739
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 4099c39894f..877fc5a6e01 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -522,6 +522,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if you have __mingw_snprintf. */ +#undef HAVE_MINGW_SNPRINTF + /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP |