diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-03-13 12:10:47 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-03-13 12:10:47 +0100 |
commit | fc7221d243c44be917dc21cbdc70df7d14e4ce4d (patch) | |
tree | 1547e425bd83c18311fb8fdf1163bbcf623948ff /configure.ac | |
parent | 516333e815a4307174058ae75753e8a75d919e64 (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).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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*) ;; |