Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

pkg-config is not initialized correctly in configure.ac, breaking switches like --without-libnotify #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
./configure --without-libnotify will bail out because the first call to 
PKG_CHECK_MODULES is inside 'if' block. 

This patch will fix it by initializing pkg-config properly.

Relavent downstream bug is:

http://bugs.gentoo.org/show_bug.cgi?id=435586

Original issue reported on code.google.com by ssuomine...@gmail.com on 24 Sep 2012 at 12:09

Attachments:

GoogleCodeExporter commented 9 years ago
Good catch, thanks for the patch. :)

Committed.

Original comment by a...@eth0.org.uk on 24 Sep 2012 at 8:44