From 412cf715a7edcae9dc1582c71119bb408450e433 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 12 May 2003 19:14:21 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3