summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-20 14:34:17 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2023-09-21 08:10:37 +0200
commit75cd25a0e14088c6d77ac3296bda74baae2b13c3 (patch)
tree23fc50768052bcb3185abc07928f8891460594f9 /configure.ac
parent8d8ba9098e824ea59d654cfbbcaba292fc660f2e (diff)
build: Fix the double-prefix in pkgconfig
Remove the extraneous pkgconfigdir definition and use the proper one from pkg.m4 via PKG_INSTALLDIR. Fixes: 326932be0c4f47756f9809cad5a103ac310f700d Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cad93af..6c26645 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ LT_CONFIG_LTDL_DIR([libltdl])
LTDL_INIT([nonrecursive])
PKG_PROG_PKG_CONFIG
+PKG_INSTALLDIR
dnl Shortcut: Linux supported alone
case "$host" in