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

New commits:
commit 9fc04e6e36fa4f40f942bb643b77b03979c8d29e
Author: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Date:   Mon Aug 22 14:25:31 2016 +0200

    configure: check for coinutils too
    
    Change-Id: I57d165ed166d9b9e950f01978acf7e89d1dcc79a
    Reviewed-on: https://gerrit.libreoffice.org/28318
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Jenkins <c...@libreoffice.org>

diff --git a/configure.ac b/configure.ac
index 07747a7..4fa4800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9779,7 +9779,7 @@ if test "$enable_coinmp" != "no"; then
     AC_MSG_RESULT([yes])
     if test "$with_system_coinmp" = "yes"; then
         SYSTEM_COINMP=TRUE
-        PKG_CHECK_MODULES( COINMP, coinmp )
+        PKG_CHECK_MODULES(COINMP, coinmp coinutils)
         FilterLibs "${COINMP_LIBS}"
         COINMP_LIBS="${filteredlibs}"
     else
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to