fix mdds check: remove extraneous "test"

Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02
This commit is contained in:
Rene Engelhard
2013-05-21 00:25:00 +02:00
parent 23ddec8b51
commit 9e2605566e

View File

@@ -8052,7 +8052,7 @@ dnl ===================================================================
dnl Determine which hash container mdds shall use
dnl ===================================================================
AC_MSG_CHECKING([which hash container mdds shall use])
if test "x$HAVE_CXX0X" = "xTRUE" -a test "x$SYSTEM_MDDS" = "xYES"; then
if test "x$HAVE_CXX0X" = "xTRUE" -a "x$SYSTEM_MDDS" = "xYES"; then
MDDS_CPPFLAGS=$CXXFLAGS_CXX11
AC_MSG_RESULT([std::unordered_map])
else