summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-10 08:54:33 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-05-10 08:54:33 +0000
commit767ce95a11f63b4ff8fa5c597b79f9f063df1c1f (patch)
tree2aae8e0fc0040036891240449a51c7b0d1fb3035 /configure.in
parent59f8c1767d5028d168d00ddcf995112378cc9d85 (diff)
downloadlvm2-767ce95a11f63b4ff8fa5c597b79f9f063df1c1f.tar.gz
lvm2-767ce95a11f63b4ff8fa5c597b79f9f063df1c1f.tar.xz
lvm2-767ce95a11f63b4ff8fa5c597b79f9f063df1c1f.zip
Add missing pkg init
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 32a4886c..5e8c6f98 100644
--- a/configure.in
+++ b/configure.in
@@ -1293,6 +1293,8 @@ AC_ARG_WITH(systemdsystemunitdir,
AC_HELP_STRING([--with-systemdsystemunitdir=DIR],
[systemd service files in DIR]),
systemdsystemunitdir=$withval,
+ dnl -- init pkgconfig if required
+ test x$PKGCONFIG_INIT != x1 && pkg_config_init
pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd))
if test -n "$pkg_systemdsystemunitdir"; then