summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2018-04-30 09:41:26 +0200
committerKarel Zak2018-04-30 09:43:32 +0200
commitbf2603c73a1096ff40f88e3709671be71b78bcee (patch)
tree422c7fbc2a89cc11bd73941fe8d1c27be2128ad3 /configure.ac
parentbuild-sys: improve bison version detection (diff)
downloadkernel-qcow2-util-linux-bf2603c73a1096ff40f88e3709671be71b78bcee.tar.gz
kernel-qcow2-util-linux-bf2603c73a1096ff40f88e3709671be71b78bcee.tar.xz
kernel-qcow2-util-linux-bf2603c73a1096ff40f88e3709671be71b78bcee.zip
build-sys: extend "Could not locate the pkg-config" error message
Addresses: https://github.com/karelzak/util-linux/issues/631 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 176c50afd..8c108c8dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ m4_ifndef([PKG_PROG_PKG_CONFIG],
macros. These are usually located in /usr/share/aclocal/pkg.m4.
If your macros are in a different location, try setting the
environment variable AL_OPTS="-I/other/macro/dir" before running
- ./autogen.sh or autoreconf again.])])
+ ./autogen.sh or autoreconf again. Make sure pkg-config is installed.])])
PKG_PROG_PKG_CONFIG
GTK_DOC_CHECK([1.10])