From 574e14cbea69b596a9a540b6401f2a087ec1e9ac Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 24 Apr 2006 17:11:45 +0000 Subject: Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_gtkconsole.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'pbx/pbx_gtkconsole.c') diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c index 4547c94c3..787bd46e3 100644 --- a/pbx/pbx_gtkconsole.c +++ b/pbx/pbx_gtkconsole.c @@ -22,13 +22,10 @@ * */ -/* - * I know this might seem somewhat pointless in its current phase, but one - * of the most important parts of this module is demonstrate that modules - * can require other external libraries and still be loaded (in this - * case, a host of libraries involving gtk), so long as they are properly - * linked (see the Makefile) - */ +/*** MODULEINFO + gtk + no + ***/ #include #include @@ -516,3 +513,4 @@ const char *key(void) { return ASTERISK_GPL_KEY; } + -- cgit v1.2.3