summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-29 20:32:26 +0000
committerMark Spencer <markster@digium.com>2003-06-29 20:32:26 +0000
commit40e4cfe458087e09eae984eb4da9c1d0d1cc0463 (patch)
tree860e56e0ecfd14cc8e477185e8c7f1d9ba86efd2 /Makefile
parent97fc11c24420ec233600d1c1d74ec7096f2539f4 (diff)
Properly implement using zaptel for timing of file playback
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1137 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 160e49896..d157814ee 100755
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,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