aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-09 21:04:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-09 21:04:31 +0000
commit962ca7b4a35a3c883d01520a3c7c5a20821ceb31 (patch)
tree42aac750bbda36ca97694b74acecfe87498511f0 /pbx/Makefile
parentb165c5aad85e432d04364423dbc33f45f65ed7c3 (diff)
Don't build GTK console by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3966 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index afd7786eb..aa71a0e22 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")