[Asterisk-cvs] asterisk/apps Makefile,1.108,1.109

kpfleming kpfleming
Tue Aug 30 16:07:46 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv22163/apps

Modified Files:
	Makefile 
Log Message:
correct syntax error


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Makefile	30 Aug 2005 02:54:01 -0000	1.108
+++ Makefile	30 Aug 2005 20:08:59 -0000	1.109
@@ -56,7 +56,7 @@
 endif
 
 CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
-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),)
   ifneq (${CURLLIBS},)
     APPS+=app_curl.so
   endif 




More information about the svn-commits mailing list