tests: minor update to acinclude.m4::pkg.m4

This commit is contained in:
Ozkan Sezer
2021-10-31 08:47:00 +03:00
parent cc3fe1a182
commit f3640e26a4
2 changed files with 5 additions and 5 deletions

View File

@@ -287,7 +287,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 $2])
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
_PKG_CONFIG([$1][_LIBS], [libs], [$2])