configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e2605566e8bae0410d06d6d678ca1e58c8c6fdc
Author: Rene Engelhard <r...@debian.org>
Date:   Tue May 21 00:25:00 2013 +0200

    fix mdds check: remove extraneous "test"
    
    Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02

diff --git a/configure.ac b/configure.ac
index bfbb7f5..eb83414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to