You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/08/13 06:03:45 UTC

svn commit: r1372257 - /thrift/trunk/aclocal/ax_signed_right_shift.m4

Author: jfarrell
Date: Mon Aug 13 04:03:44 2012
New Revision: 1372257

URL: http://svn.apache.org/viewvc?rev=1372257&view=rev
Log:
Thrift-1664:Reference to non-existing variable in build script
Client: build
Patch: Christopher Rogers

Fixes missing letter in variable $success_logical in aclocal/ax_signed_right_shift.m4:107


Modified:
    thrift/trunk/aclocal/ax_signed_right_shift.m4

Modified: thrift/trunk/aclocal/ax_signed_right_shift.m4
URL: http://svn.apache.org/viewvc/thrift/trunk/aclocal/ax_signed_right_shift.m4?rev=1372257&r1=1372256&r2=1372257&view=diff
==============================================================================
--- thrift/trunk/aclocal/ax_signed_right_shift.m4 (original)
+++ thrift/trunk/aclocal/ax_signed_right_shift.m4 Mon Aug 13 04:03:44 2012
@@ -104,7 +104,7 @@ AC_DEFUN([AX_SIGNED_RIGHT_SHIFT],
           AC_DEFINE([LOGICAL_RIGHT_SHIFT], 2, [Possible value for SIGNED_RIGHT_SHIFT_IS])
           AC_DEFINE([UNKNOWN_RIGHT_SHIFT], 3, [Possible value for SIGNED_RIGHT_SHIFT_IS])
 
-          if test "$success_arithmetic" = "yes" && test "$success_logica" = "yes" ; then
+          if test "$success_arithmetic" = "yes" && test "$success_logical" = "yes" ; then
             AC_MSG_ERROR("Right shift appears to be both arithmetic and logical!")
           elif test "$success_arithmetic" = "yes" ; then
             ax_signed_right_shift=arithmetic