aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2015-02-23 17:56:15 -0500
committerCory Fields <cory-nospam-@coryfields.com>2015-02-23 17:56:15 -0500
commitaa3673064c5cc2009d4a75d0ab8a553e99861ccb (patch)
treefc3a91b57fbe4e3e1306d5e3488c0da54a60ef7f /configure.ac
parent3ee028f131db0ea78bfde0961a3fca7b9e95b193 (diff)
downloadbitcoin-aa3673064c5cc2009d4a75d0ab8a553e99861ccb.tar.xz
build: remove libstdc++ backwards-compat
Backwards-compatibility for libstdc++ is not limited to straightforward abi changes. Symbol visibility also needs to be taken into consideration, and that really can't be addressed simply. Instead, just static-link libstdc++ for backwards-compat.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9dd3f17d88..006c5f38aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ AC_ARG_ENABLE([lcov],
AC_ARG_ENABLE([glibc-back-compat],
[AS_HELP_STRING([--enable-glibc-back-compat],
- [enable backwards compatibility with glibc and libstdc++])],
+ [enable backwards compatibility with glibc])],
[use_glibc_compat=$enableval],
[use_glibc_compat=no])