summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-07-15 21:39:26 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-07-15 21:39:26 +0000
commitd99e7d4f8edd8afb9833fbf7c688f118cfc33ba9 (patch)
tree05bd9b6d6ee6257d0f444f539cee521b62cfe616 /funcs/Makefile
parenta077853b172cd64eb79f17d2f4732a9a009264ef (diff)
Move curl version test to autoconf script
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index b16355c03..7da134236 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -19,17 +19,6 @@ CC_MODS:=$(filter-out $(MENUSELECT_FUNCS),$(patsubst %.cc,%,$(wildcard func_*.cc
SELECTED_MODS:=$(C_MODS) $(CC_MODS)
-# TODO This check needs to be handled with autoconf
-ifeq ($(OSARCH),SunOS)
- ifeq ($(shell if [ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]; then echo "OK" ; fi),)
- MODS:=$(filter-out func_curl,$(MODS))
- endif
-else
- ifeq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]]; then echo "OK" ; fi),)
- MODS:=$(filter-out func_curl,$(MODS))
- endif
-endif
-
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules