Do check for hash_map in __gnu_cxx namespace also with MinGW

This commit is contained in:
Tor Lillqvist 2011-02-02 23:40:24 +02:00
parent dc43a27e0c
commit 0d2a89ff26

View file

@ -3040,7 +3040,7 @@ dnl ===================================================================
dnl system stl sanity tests
dnl ===================================================================
HAVE_GCC_VISIBILITY_BROKEN=
if test "$_os" != "WINNT" -a "$USE_SYSTEM_STL" = "YES"; then
if test \( "$_os" != "WINNT" -o "$WITH_MINGW" = "yes" \) -a "$USE_SYSTEM_STL" = "YES"; then
AC_MSG_CHECKING([if hash_map will be in __gnu_cxx namespace])
AC_LANG_PUSH([C++])