aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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