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:
95b1bd7
)
THRIFT-1589 configure.ac should require at least boost 1.41
author
Roger Meier
<roger@apache.org>
Tue, 1 May 2012 21:03:41 +0000
(21:03 +0000)
committer
Roger Meier
<roger@apache.org>
Tue, 1 May 2012 21:03:41 +0000
(21:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1332827
13f79535
-47bb-0310-9956-
ffa450edef68
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4c6e1e2
..
3778503
100755
(executable)
--- a/
configure.ac
+++ b/
configure.ac
@@
-115,7
+115,7
@@
AC_LANG([C++])
AX_THRIFT_LIB(cpp, [C++], yes)
have_cpp=no
if test "$with_cpp" = "yes"; then
- AX_BOOST_BASE([1.
33.1
])
+ AX_BOOST_BASE([1.
41.0
])
if test "x$succeeded" = "xyes" ; then
have_cpp="yes"
fi