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:
parent
7c1c186375
commit
f07b80bb25
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue