From 9fc04e6e36fa4f40f942bb643b77b03979c8d29e Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 22 Aug 2016 14:25:31 +0200 Subject: configure: check for coinutils too Change-Id: I57d165ed166d9b9e950f01978acf7e89d1dcc79a Reviewed-on: https://gerrit.libreoffice.org/28318 Reviewed-by: Michael Stahl Tested-by: Jenkins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 07747a7177bf..4fa48008f03b 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 -- cgit