]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: invalid test for GTK2 33/4133/2
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sun, 11 Sep 2016 15:13:00 +0000 (10:13 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 17 Oct 2016 17:36:02 +0000 (12:36 -0500)
commit47ba379e4c1ebc89ea0de1f4a39fcc1478a6e246
tree8a6d287e1221751f208fe1117d2bf664d9c365a4
parent1cfc5119f737223bd870f33db3b41f02f8ecff55
menuselect: invalid test for GTK2

configuire.ac was only checking for the existence of pkg-config
and not the gtk2 package itself.  Now it calls AST_PKG_CONFIG_CHECK
for gtk+-2.0.

ASTERISK-26356 #close

Change-Id: I8079d515d6ea99f9ab320a7eaa71c2aaa101ccd5
menuselect/aclocal.m4
menuselect/configure
menuselect/configure.ac