]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: invalid test for GTK2 23/4123/3
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:39:03 +0000 (12:39 -0500)
commit4e2c7776ee7d4f0ffd5df01d8b06837aa32ad1e8
tree8c477cf94cee0c4ea4d05591d88821838cc510f5
parent3f1df969ee97d636ec19ea997b56a874654deec2
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