configure.ac |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 3c5463bed36407b1915d6dce9c9173ba9009ab65
Author: Tor Lillqvist <[email protected]>
Date:   Thu Mar 9 01:30:01 2017 +0200

    Bin duplicated code snippet
    
    The exact same shell if statement was duplicated.
    
    Change-Id: Icc95f8a881605e6ac7248252c545e433b936f4c1

diff --git a/configure.ac b/configure.ac
index 32013f3..6125f82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3708,12 +3708,6 @@ if test "$_os" = "WINNT"; then
             AC_MSG_RESULT([not found])
             AC_MSG_WARN([Installation set will not contain 64-bit Explorer 
extensions])
         fi
-        if test "$BUILD_X64" = TRUE; then
-            AC_MSG_RESULT([found])
-        else
-            AC_MSG_RESULT([not found])
-            AC_MSG_WARN([Installation set will not contain 64-bit Explorer 
extensions])
-        fi
     fi
     AC_SUBST(BUILD_X64)
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to