Skip to content

Commit ffd7685

Browse files
committed
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 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1372257 13f79535-47bb-0310-9956-ffa450edef68
1 parent b4e9aac commit ffd7685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aclocal/ax_signed_right_shift.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ AC_DEFUN([AX_SIGNED_RIGHT_SHIFT],
104104
AC_DEFINE([LOGICAL_RIGHT_SHIFT], 2, [Possible value for SIGNED_RIGHT_SHIFT_IS])
105105
AC_DEFINE([UNKNOWN_RIGHT_SHIFT], 3, [Possible value for SIGNED_RIGHT_SHIFT_IS])
106106
107-
if test "$success_arithmetic" = "yes" && test "$success_logica" = "yes" ; then
107+
if test "$success_arithmetic" = "yes" && test "$success_logical" = "yes" ; then
108108
AC_MSG_ERROR("Right shift appears to be both arithmetic and logical!")
109109
elif test "$success_arithmetic" = "yes" ; then
110110
ax_signed_right_shift=arithmetic

0 commit comments

Comments
 (0)