summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-03-13 12:10:47 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-03-13 12:10:47 +0100
commitfc7221d243c44be917dc21cbdc70df7d14e4ce4d (patch)
tree1547e425bd83c18311fb8fdf1163bbcf623948ff
parent516333e815a4307174058ae75753e8a75d919e64 (diff)
Fix "configure" breakage due to pkg-config related changes
The support for older pkg-config packages broke the "configure" script (reported by Jan Engelhardt).
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1988836..b05646b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,8 @@ LT_INIT([dlopen])
LT_CONFIG_LTDL_DIR([libltdl])
LTDL_INIT([nonrecursive])
+PKG_PROG_PKG_CONFIG
+
dnl Shortcut: Linux supported alone
case "$host" in
*-*-linux* | *-*-uclinux*) ;;