acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris. * configure: Regenerate. From-SVN: r222685
This commit is contained in:
parent
ea365e01ef
commit
ce1b114a9c
@ -1,3 +1,8 @@
|
||||
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-05-01 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
|
||||
Inline one-line erasure dispatch functions.
|
||||
|
@ -3923,7 +3923,7 @@ AC_DEFUN([GLIBCXX_ENABLE_FILESYSTEM_TS], [
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
solaris*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
;;
|
||||
*)
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -79163,7 +79163,7 @@ $as_echo_n "checking whether to build Filesystem TS support... " >&6; }
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
solaris*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
;;
|
||||
*)
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
|
Loading…
Reference in New Issue
Block a user