summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-12 19:14:21 +0000
committerMark Spencer <markster@digium.com>2003-05-12 19:14:21 +0000
commit412cf715a7edcae9dc1582c71119bb408450e433 (patch)
treeea907313f7d56e30e80fd3baa70533c9c0b63454 /Makefile
parent5e8102a3045e4fcb024a2d0c1cd287cc8bfe7280 (diff)
Fix typo, remove timing by default, and check for release vs. disconnect
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1005 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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