From: Tilghman Lesher Date: Wed, 1 Mar 2006 06:15:35 +0000 (+0000) Subject: Bug 6619 - Fix Solaris issue with doubled [[ X-Git-Tag: 1.4.0-beta1~2508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdf248d8268c95b8e4fa69917ba1e805e882645;p=thirdparty%2Fasterisk.git Bug 6619 - Fix Solaris issue with doubled [[ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11478 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/Makefile b/funcs/Makefile index 9c8181c893..39ddeaa47b 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