diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-08-27 07:02:59 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:42 +0200 |
commit | 184792415987af06870c672ea2dd15d5b7fa06f5 (patch) | |
tree | c86662a9594c5542f92cddb0876b3452abf639dc /m4 | |
parent | build: clean up protobuf build integration (diff) | |
download | frr-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |