diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-12 10:30:45 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-12 10:30:45 +0000 |
commit | 3e0111a5340a6a020a2f8b4e4bd139aac2527e1a (patch) | |
tree | 47cb331f09ea25bcd83a25532fe8845a8dbb1b6e /libgfortran/config.h.in | |
parent | ad1f158249dac0b2fe34137df691de4eab43aecb (diff) | |
download | gcc-3e0111a5340a6a020a2f8b4e4bd139aac2527e1a.tar.gz |
Remove configure check for unused fdopen.
2012-01-12 Janne Blomqvist <jb@gcc.gnu.org>
* configure.ac: Remove check for fdopen.
* runtime/backtrace.c (CAN_PIPE): Fix comment, remove check for
fdopen.
* configure: Regenerated.
* config.h.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 81a4a7fb455..3bba6e6dfc5 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -363,9 +363,6 @@ /* libm includes fabsl */ #undef HAVE_FABSL -/* Define to 1 if you have the `fdopen' function. */ -#undef HAVE_FDOPEN - /* libm includes feenableexcept */ #undef HAVE_FEENABLEEXCEPT |