]> granicus.if.org Git - ipset/commitdiff
Fix "configure" breakage due to pkg-config related changes
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 13 Mar 2016 11:10:47 +0000 (12:10 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 13 Mar 2016 11:10:47 +0000 (12:10 +0100)
The support for older pkg-config packages broke the "configure" script
(reported by Jan Engelhardt).

configure.ac

index 198883675e7ee5d16c7c3a83120411de19c6277a..b05646b351a55cbd89e375ad73146d2eb544bfa4 100644 (file)
@@ -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*) ;;