summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-11-01 10:30:58 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-11-10 21:10:09 +0700
commit1e74786e3db1f60e930097d2278d4f7200c96c69 (patch)
tree758c03e99de8722685faa7df89489fb76c6bb770
parent7266b19e3615beb0b43ebe95c3b4bffb460e1a8f (diff)
use PKG_PROG_PKG_CONFIG cross compilation
Gbp-Pq: Name 0003-use-PKG_PROG_PKG_CONFIG-cross-compilation.patch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ed56f2..32dfe59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ AM_CONDITIONAL(HAVE_CPPUNIT, test "$CPPUNIT_LIBS")
# Find pkg-config
# ---------------------------------------------------------------------
use_pkgconfig=yes
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG(PKG_CONFIG, pkg-config, no)
if test x$PKG_CONFIG = xno ; then
AC_MSG_WARN([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
AC_MSG_WARN([not using pkg-config])