fix pkg-config cross-compilation

Do not force a wrong value of PKG_CONFIG onto PKG_CHECK_MODULES.
It knows how to find the right pkg-config.

Closes: #858092

Gbp-Pq: Name fix-pkg-config-cross-compilation.patch
This commit is contained in:
Helmut Grohne 2017-12-15 23:33:05 -05:00 committed by openKylinBot
parent 7c1c186375
commit f07b80bb25
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GETTEXT_PACKAGE=xdg-user-dirs-gtk
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain name])