Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cf0edd3
)
THRIFT-2471: Make cpp.ref annotation language agnostic
author
Roger Meier
<roger@apache.org>
Sun, 4 May 2014 20:02:17 +0000
(22:02 +0200)
committer
Roger Meier
<roger@apache.org>
Sun, 4 May 2014 20:02:17 +0000
(22:02 +0200)
update boost to 1.53
Patch: Roger Meier
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f4d1869
..
5712584
100755
(executable)
--- a/
configure.ac
+++ b/
configure.ac
@@
-127,7
+127,7
@@
fi
AX_THRIFT_LIB(cpp, [C++], yes)
have_cpp=no
if test "$with_cpp" = "yes"; then
- AX_BOOST_BASE([1.
40
.0])
+ AX_BOOST_BASE([1.
53
.0])
if test "x$succeeded" = "xyes" ; then
have_cpp="yes"
fi