[Libreoffice-commits] online.git: configure.ac

Yunusemre Şentürk (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 6 11:20:11 UTC 2020


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

New commits:
commit f54afcbebcfeffc8bd6b845f4df17295ab9fa0b8
Author:     Yunusemre Şentürk <yunusemre at collabora.com>
AuthorDate: Thu Feb 6 13:14:20 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Feb 6 12:19:52 2020 +0100

    Add chromium-browser to binary search pool
    
    Change-Id: If82be88891f9d506c2791e993c580eaef459f937
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88087
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/configure.ac b/configure.ac
index 8e769ff35..e6448cdc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -886,7 +886,7 @@ AS_IF([test `uname -s` = "Linux"],
            fi
        fi
        if test "$enable_cypress" = "yes"; then
-           AC_PATH_PROGS(CHROME, chrome google-chrome chromium, no)
+           AC_PATH_PROGS(CHROME, chrome google-chrome chromium chromium-browser, no)
            if test "$CHROME" = "no"; then
                AC_MSG_ERROR([chrome or chromium is required to run the JS tests, but not installed])
            fi


More information about the Libreoffice-commits mailing list