[Asterisk-cvs] asterisk/apps Makefile,1.120.2.1,1.120.2.2
russell
russell
Mon Nov 21 08:34:40 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv23335/apps
Modified Files:
Tag: v1-2
Makefile
Log Message:
don't hardcode poll.o for Darwin
fix incorrect portion of yesterday's Solaris fixes
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.120.2.1
retrieving revision 1.120.2.2
diff -u -d -r1.120.2.1 -r1.120.2.2
--- Makefile 21 Nov 2005 02:44:06 -0000 1.120.2.1
+++ Makefile 21 Nov 2005 13:23:53 -0000 1.120.2.2
@@ -59,7 +59,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