/pidgin/main: 778662f494ee: Use $PKG_CONFIG instead of assuming ...
Gary Kramlich <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 778662f494ee56b6cd4a0d23a2d29d991fb441e4 Author: Gary Kramlich <[email protected]> Date: 2015-12-29 23:38 -0600 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/778662f494ee Description: Use $PKG_CONFIG instead of assuming that pkg-config is the right one diffstat: configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (16 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -491,10 +491,10 @@ I can find them. AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) -GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` +GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` AC_SUBST(GLIB_GENMARSHAL) -GLIB_MKENUMS=`pkg-config --variable=glib_mkenums glib-2.0` +GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` AC_SUBST(GLIB_MKENUMS) AC_ARG_WITH([extraversion], _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits