configure: check for coinutils too

Change-Id: I57d165ed166d9b9e950f01978acf7e89d1dcc79a
Reviewed-on: https://gerrit.libreoffice.org/28318
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
Riccardo Magliocchetti 2016-08-22 14:25:31 +02:00 committed by Michael Stahl
parent 31596d7e05
commit 9fc04e6e36

View File

@ -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