diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-02 20:24:49 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-02 20:24:49 +0000 |
commit | f2c0a16db0853c1d0a9e298c141552dba95acb7c (patch) | |
tree | 61e8eb1482c52d0c9d9c31ada709617af410ff4e /libgfortran/configure | |
parent | 4c527b3e9a31f46b2f20f24b93b7feac4c76c6d6 (diff) | |
download | gcc-f2c0a16db0853c1d0a9e298c141552dba95acb7c.tar.gz |
* io/unix.c (stream_ttyname): Protect use of ttyname by
HAVE_TTYNAME macro.
* configure.ac: Add check for ttyname.
* config.h.in: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-x | libgfortran/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/configure b/libgfortran/configure index 293fe0d53ef..6b6df14c4f9 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -7409,7 +7409,8 @@ done -for ac_func in sleep time + +for ac_func in sleep time ttyname do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |