diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-15 12:44:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-15 12:44:18 +0100 |
commit | f887c77064a5ae8694af30f6bf24a6c61bd902ef (patch) | |
tree | 18c9b8db90d35e30191b1fa8d60e26634d87fb2f /configure.in | |
parent | 51eb0d79c122be86bb6fb4137c6d5ff26cc7e1d7 (diff) |
Related: rhbz#162935 Document reason for stl header visibility check
Change-Id: I63edb1931975eca15a0b1efc51f9ce0d35739ebc
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9345e9d73e03..b1640eacfc7a 100644 --- a/configure.in +++ b/configure.in @@ -4709,7 +4709,8 @@ if test \( "$_os" != "WINNT" -o "$WITH_MINGW" = "yes" \); then fi if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then - AC_MSG_CHECKING([if STL headers are visibility safe]) + dnl gcc#19664, gcc#22482, rhbz#162935 + AC_MSG_CHECKING([if STL headers are visibility safe (GCC bug 22482)]) AC_EGREP_HEADER(visibility push, string, stlvisok=yes, stlvisok=no) AC_MSG_RESULT([$stlvisok]) if test "$stlvisok" = "no"; then |