aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-12 19:14:21 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-12 19:14:21 +0000
commitee006cd5b6272177ebfbb88c49900b823a1f742b (patch)
treeea907313f7d56e30e80fd3baa70533c9c0b63454 /Makefile
parentda22ad14498b62a2ad274b6d0c2478fafa66f038 (diff)
Fix typo, remove timing by default, and check for release vs. disconnect
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1005 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d225a07d..f0d101083 100755
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ ifeq (${OSARCH},OpenBSD)
CFLAGS+=-pthread
endif
-CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
+#CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
LIBEDIT=editline/libedit.a