summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2012-08-13 04:03:44 +0000
committerJake Farrell <jfarrell@apache.org>2012-08-13 04:03:44 +0000
commitffd7685c09007d1057a17309ad9dbb49a9f71d48 (patch)
treea0886f5bddbdb926d44bdad8d094b9eedf2bef70 /aclocal
parentb4e9aacfb01a798636dde2727612f5fa080120e9 (diff)
downloadthrift-ffd7685c09007d1057a17309ad9dbb49a9f71d48.tar.gz
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
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/ax_signed_right_shift.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_signed_right_shift.m4 b/aclocal/ax_signed_right_shift.m4
index 019523389..9c3ceb798 100644
--- a/aclocal/ax_signed_right_shift.m4
+++ b/aclocal/ax_signed_right_shift.m4
@@ -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