From 95d9dfa8011312a842798f71a5ba45a33005b7da Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sat, 21 Mar 2015 21:49:17 +0100 Subject: [PATCH] Explicitly search for pkg-config in configure script --- platform/unix/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/unix/configure.ac b/platform/unix/configure.ac index 5c875183f..c24d9967e 100644 --- a/platform/unix/configure.ac +++ b/platform/unix/configure.ac @@ -13,6 +13,7 @@ AC_PROG_CXX AC_PROG_SED AC_PROG_MKDIR_P AC_PROG_OBJCXX +PKG_PROG_PKG_CONFIG AC_C_BIGENDIAN AC_LANG([C++])