Browse Source

Explicitly search for pkg-config in configure script

Bart van Strien 10 years ago
parent
commit
95d9dfa801
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/unix/configure.ac

+ 1 - 0
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++])