aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-05-02 19:18:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-05-02 19:18:58 +0000
commitaa0ab7648c5268d4c7ba2bca8776b89eb2031632 (patch)
tree675504d06dff74bca011a0bc2fe00b45ab7cba37 /pbx
parente0e65495e75ae84cb178bb2e357211bcc40f43f0 (diff)
Version 0.1.3 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index c32e8e686..a81b5f664 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -18,7 +18,7 @@ PBX_LIBS=pbx_config.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")
# Add KDE Console if appropriate
-PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
+#PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
GTK_FLAGS=`gtk-config --cflags gthread`