]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: invalid test for GTK2 32/4132/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:39:16 +0000 (12:39 -0500)
commit6f5880913f80372dd042ae4c9e874d9eab840f55
tree5b94df27766a8aad549003a6803fa7fbb0b3af46
parentd1d446b23795baa73969f725a1231dff6e0b0538
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