projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ad336
)
correct syntax error
author
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 30 Aug 2005 20:08:59 +0000
(20:08 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 30 Aug 2005 20:08:59 +0000
(20:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6456
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/Makefile
patch
|
blob
|
history
diff --git
a/apps/Makefile
b/apps/Makefile
index
94b5b21
..
358e900
100755
(executable)
--- a/
apps/Makefile
+++ b/
apps/Makefile
@@
-56,7
+56,7
@@
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/us
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