aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-01 06:15:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-01 06:15:35 +0000
commitc3f0ff1ef44d8cf0cac2c1ede329bfe1ed27a0d1 (patch)
tree3ce9c276599972a64e912f463a9b6f1b4ce44b46 /funcs/Makefile
parenteb3bb334869fa0141f1a539ea08d74ae517da41d (diff)
Bug 6619 - Fix Solaris issue with doubled [[
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11478 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 9c8181c89..39ddeaa47 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -17,7 +17,7 @@ ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/odbcinst.h $(CROSS_COMPILE_
MODS:=$(filter-out func_odbc.so,$(MODS))
endif
-ifneq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]]; then echo "OK" ; fi),)
+ifneq ($(shell if [ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]; then echo "OK" ; fi),)
CURLLIBS:=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
endif