From: Mark Spencer Date: Sat, 9 Oct 2004 21:04:31 +0000 (+0000) Subject: Don't build GTK console by default X-Git-Tag: 1.2.0-beta1~2047 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b702cc5433923a4ae3a4690f0ea4d8f2aa00e58;p=thirdparty%2Fasterisk.git Don't build GTK console by default git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3966 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/Makefile b/pbx/Makefile index afd7786eb9..aa71a0e227 100755 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -16,7 +16,7 @@ PBX_LIBS=pbx_config.so pbx_spool.so # pbx_gtkconsole.so pbx_kdeconsole.so # Add GTK console if appropriate -PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so") +#PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so") # Add KDE Console if appropriate #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")