diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-06 01:27:44 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-06 01:27:44 +0000 |
commit | ad7af939311e5483aaa7f01a617069119b995cd2 (patch) | |
tree | 30761fe1f5de7cf078bec47ef945e365603cff1f /libstdc++-v3/configure | |
parent | ada7df9d73c2f173a660fbffd90f3d1f5c5279e2 (diff) | |
download | gcc-ad7af939311e5483aaa7f01a617069119b995cd2.tar.gz |
2010-04-06 Matthias Klose <doko@ubuntu.com>
* acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.
* configure: Regenerate.
* doc/xml/manual/configure.xml, doc/html/manual/configure.html:
Document --enable-libstdcxx-time as the short form for
--enable-libstdcxx-time=yes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157975 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index ed611d66d12..dc77c0d7c1f 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -18860,8 +18860,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu CXXFLAGS="$CXXFLAGS -fno-exceptions" ac_save_LIBS="$LIBS" - ac_has_clock_monotonic=no; - ac_has_clock_realtime=no; + ac_has_clock_monotonic=no + ac_has_clock_realtime=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_time" >&5 +$as_echo "$enable_libstdcxx_time" >&6; } if test x"$enable_libstdcxx_time" != x"no"; then |