commit 38715a0b0a5afcb980570dfb65c591e3a7eb8cb9 Author: Jonathan Wakely Date: Sun May 10 19:46:25 2015 +0100 * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Re-enable on solaris. * configure: Regenerate. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 07b5bd7..6f67774 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 90a5192..39fc28c 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