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

New commits:
commit f4a41769c6cf96da1b0272c50072609c6b354a97
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Mon Sep 28 15:14:00 2015 +0200

    USING_X: Compare against TRUE, not "yes"
    
    Missed in 94ed449247e2256d4163fb4a46b4be2c3f498d60
    
    Change-Id: I61dc4023fe09185ac43f96f28ccde94d770366d6

diff --git a/configure.ac b/configure.ac
index 37c4aac..1389a6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9224,7 +9224,7 @@ dnl 
===================================================================
 dnl Check for XRandr
 dnl ===================================================================
 AC_MSG_CHECKING([whether to enable RandR support])
-if test "$USING_X11" = "yes" -a "$test_randr" = "yes" -a \( "$enable_randr" = 
"yes" -o "$enable_randr" = "TRUE" \); then
+if test "$USING_X11" = TRUE -a "$test_randr" = "yes" -a \( "$enable_randr" = 
"yes" -o "$enable_randr" = "TRUE" \); then
     if test -z "$enable_randr_link" -o "$enable_randr_link" = "no"; then
         XRANDR_DLOPEN="TRUE"
         AC_MSG_RESULT([configured to dlopen libXrandr at runtime])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to