diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-15 04:21:19 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-15 04:21:19 +0000 |
commit | d90d09972c1e10e0de8860f2ef1843f99779bafc (patch) | |
tree | f5a7917eb1d48a5794fc9f24a57e3d55139f7573 /libgfortran/config.h.in | |
parent | de0e0814318021b05ef36109c0ccae41571f1478 (diff) | |
download | gcc-d90d09972c1e10e0de8860f2ef1843f99779bafc.tar.gz |
PR 47571 Fix bootstrap regression on alpha-dec-osf
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172469 138bc75d-0d04-0410-961f-82ee72b054a4
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 76f1b2d3d16..30da5fa7e21 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -210,6 +210,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME +/* Define to 1 if you have the `clock_gettime' function in librt. */ +#undef HAVE_CLOCK_GETTIME_LIBRT + /* libm includes clog */ #undef HAVE_CLOG |