mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
Thrift-1102: typo in configure.ac: "==" operator in 'test' (instead of "=")
Fixed incorrect operator check for have_cpp in configure.ac git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1134046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38dcb685e1
commit
3ad8081af4
@ -109,7 +109,7 @@ AX_THRIFT_LIB(cpp, [C++], yes)
|
|||||||
have_cpp=no
|
have_cpp=no
|
||||||
if test "$with_cpp" = "yes"; then
|
if test "$with_cpp" = "yes"; then
|
||||||
AX_BOOST_BASE([1.33.1])
|
AX_BOOST_BASE([1.33.1])
|
||||||
if test "x$succeeded" == "xyes" ; then
|
if test "x$succeeded" = "xyes" ; then
|
||||||
have_cpp="yes"
|
have_cpp="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user