diff mbox series

[v1,3/3] configure: call PKG_PROG_PKG_CONFIG explicitly

Message ID 1504868409-30780-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/3] DEPENDENCIES: document changes in CUnit localization | expand

Commit Message

Github ODP bot Sept. 8, 2017, 11 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Since it well might be that first PKG_CHECK_* call ends up under if, it
is required (by pkg-config docs) to call PKG_PROG_PKG_CONFIG explicitly.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 162 (lumag:fix-deps)
 ** https://github.com/Linaro/odp/pull/162
 ** Patch: https://github.com/Linaro/odp/pull/162.patch
 ** Base sha: 360c1d34b52a2356619b9290811862b9de41de00
 ** Merge commit sha: 987b9e6d4ee471b03e4710fb7f50f9cf2d03ce65
 **/
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index df0a0f617..a29cdb27c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,8 @@  LT_INIT([])
 AC_SUBST([LIBTOOL_DEPS])
 AM_PROG_LIBTOOL
 
+PKG_PROG_PKG_CONFIG
+
 # Checks for library functions.
 dnl breaks cross-compilation and malloc(0) behaviour is not that important
 dnl AC_FUNC_MALLOC