summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2019-12-07 20:54:07 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-12-07 20:54:07 +0100
commitd0befc670ff9cb848b8aeb79518dae2d7002c0ac (patch)
tree7858e7a845e529ff019093eeec4986b62e256418
parentcd5a2a566f07c5278529af7aee54241adc8ea981 (diff)
use PKG_PROG_PKG_CONFIG to allow cross-building
Forwarded: no Last-Update: 2018-02-23 Last-Update: 2018-02-23 Gbp-Pq: Name cross-build-pkg-config.patch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68d2773..777462c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AC_ARG_ENABLE(deprecated,[ --disable-deprecated do not include any deprecated
AC_C_BIGENDIAN
AC_CHECK_SIZEOF(void *)
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG