GNOME Bugzilla – Bug 695789
grilo-plugins: don't override pkg-config if there's one already set
Last modified: 2013-03-18 09:39:54 UTC
Created attachment 238808 [details] [review] configure: don't override pkg-config if there's one already set I wrote a wrapper pkg-config script for a specific build but grilo-pluins overrides my $PKG_CONFIG environment variable in configure.ac so my script isn't used.
commit 552278996ab1c677bf8c87719764845621066296 Author: Jonny Lamb <jonnylamb@gnome.org> Date: Wed Mar 13 17:43:13 2013 +0100 configure: don't override pkg-config if there's one already set I wrote a wrapper pkg-config script for a specific build but grilo-pluins overrides my $PKG_CONFIG environment variable so my script isn't used. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=695789 configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Attachment 238808 [details] pushed as 5522789 - configure: don't override pkg-config if there's one already set