diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 83ee60f7ad20..cd4395d798a9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-05-13 Jonathan Wakely + + * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Re-enable on solaris. + * configure: Regenerate. + 2015-05-13 Michael Haubenwallner * Makefile.in: Regenerated with automake-1.11.6. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 07b5bd70ab3c..6f67774bd499 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -3926,7 +3926,7 @@ AC_DEFUN([GLIBCXX_ENABLE_FILESYSTEM_TS], [ enable_libstdcxx_filesystem_ts=yes ;; solaris*) - enable_libstdcxx_filesystem_ts=no + enable_libstdcxx_filesystem_ts=yes ;; *) enable_libstdcxx_filesystem_ts=no diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index e0d1ca7a7991..35508d3bb767 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -79166,7 +79166,7 @@ $as_echo_n "checking whether to build Filesystem TS support... " >&6; } enable_libstdcxx_filesystem_ts=yes ;; solaris*) - enable_libstdcxx_filesystem_ts=no + enable_libstdcxx_filesystem_ts=yes ;; *) enable_libstdcxx_filesystem_ts=no