configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d659b79d409b64da11b8a89a2995c97543cc42d6
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Nov 3 16:22:35 2017 +0100

    Improve wording
    
    ("No ... not specified" rather looked like an accidental double negation to 
me)
    
    Change-Id: I8f1488b7e1561f8b2167a27120b60614b72a55fd

diff --git a/configure.ac b/configure.ac
index 842e38b5b097..5e566913189c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6501,8 +6501,8 @@ if test $_os = "WINNT"; then
             cd -
         else
             UCRT_REDISTDIR=""
-            AC_MSG_WARN([No --with-ucrt-dir not specified or dlls not found - 
installer will have runtime dependency])
-            add_warning "No --with-ucrt-dir not specified or dlls not found - 
installer will have runtime dependency"
+            AC_MSG_WARN([--without-ucrt-dir not specified or dlls not found - 
installer will have runtime dependency])
+            add_warning "--without-ucrt-dir not specified or dlls not found - 
installer will have runtime dependency"
         fi
     fi
 fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to