You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Maksim A. Boyko" <ma...@gmail.com> on 2011/04/26 12:36:39 UTC

A little fix in configure.ac

Hi,

--- configure.ac        (revision 1096713)
+++ configure.ac        (working copy)
@@ -102,7 +102,7 @@
 have_cpp=no
 if test "$with_cpp" = "yes";  then
   AX_BOOST_BASE([1.33.1])
-  if test "x$succeeded" == "xyes" ; then
+  if test "x$succeeded" = "xyes" ; then
     have_cpp="yes"
   fi

-- 
Best regards, Maksim A. Boyko