summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 03:07:06 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 03:07:06 +0000
commit5862c55451c31a5e579a552aadaab0e33f08ed63 (patch)
tree27f5e67247eedbb630c477f8e31f1c92ca5b9e1a /main/Makefile
parent3b1f69deea9fa7260b761d521140d5b2849c1976 (diff)
use poll as detected by configure
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/main/Makefile b/main/Makefile
index 25fb79ab5..a5e278b8f 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -41,14 +41,8 @@ OBJS+=say.o
AST_LIBS += $(SSL_LIB)
AST_LIBS += $(BKTR_LIB)
-ifneq ($(findstring darwin,$(OSARCH)),)
+ifeq ($(POLL_AVAILABLE),)
OBJS+=poll.o
- ASTCFLAGS+=-DPOLLCOMPAT
-else
- ifeq ($(wildcard /usr/include/sys/poll.h),)
- OBJS+=poll.o
- ASTCFLAGS+=-DPOLLCOMPAT
- endif
endif
ifeq ($(wildcard /usr/include/dlfcn.h),)