aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-02 21:47:38 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-02 21:47:38 +0000
commit5506efafe8084e3b9ecbf2f3fb05baa9cb5a1d45 (patch)
treeec4e5561aff2569d620ce6f15abf57c7df5be3af /libstdc++-v3/acinclude.m4
parentf2fd5997e0856128c0609cdc6aa4cf9867f94c41 (diff)
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 4b031f7117f..abf2e93afd4 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -2518,7 +2518,7 @@ dnl Check for explicit debug flags.
dnl
dnl --enable-libstdcxx-debug-flags='-O1'
dnl is a general method for passing flags to be used when
-dnl building debug libraries with --enable-debug.
+dnl building debug libraries with --enable-libstdcxx-debug.
dnl
dnl --disable-libstdcxx-debug-flags does nothing.
dnl + Usage: GLIBCXX_ENABLE_DEBUG_FLAGS(default flags)