summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-08-27 07:02:59 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-09-08 21:30:42 +0200
commit184792415987af06870c672ea2dd15d5b7fa06f5 (patch)
treec86662a9594c5542f92cddb0876b3452abf639dc /m4
parentbuild: clean up protobuf build integration (diff)
downloadfrr-184792415987af06870c672ea2dd15d5b7fa06f5.tar.xz
frr-184792415987af06870c672ea2dd15d5b7fa06f5.zip
build: make pkgconfig configure output useful
The variable name is not exactly the most helpful thing there. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/pkg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pkg.m4 b/m4/pkg.m4
index c5b26b52e..a8dcd17c4 100644
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -109,7 +109,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
pkg_failed=no
-AC_MSG_CHECKING([for $1])
+AC_MSG_CHECKING([for $1 ($2)])
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
_PKG_CONFIG([$1][_LIBS], [libs], [$2])