Do check for hash_map in __gnu_cxx namespace also with MinGW
This commit is contained in:
parent
dc43a27e0c
commit
0d2a89ff26
1 changed files with 1 additions and 1 deletions
|
@ -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++])
|
||||
|
||||
|
|
Loading…
Reference in a new issue