THRIFT-874. Disable AX_SIGNED_RIGHT_SHIFT for cross-compiles
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:31 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:31 +0000 (16:51 +0000)
commit79db3e16ec7ce0a5323f2cc14b80142b1447f8ac
treebb86d9e938071481edcd9c47e69f1230701d6b7b
parent5ad126044d56e0277c9ad31998777e04ae82eb42
THRIFT-874. Disable AX_SIGNED_RIGHT_SHIFT for cross-compiles

When cross-compiling, we cannot run test programs, so
AX_SIGNED_RIGHT_SHIFT won't work.  That macro is only needed for the
runtime library, not the compiler, so we can just skip it if we are
cross-compiling the compiler.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991256 13f79535-47bb-0310-9956-ffa450edef68
configure.ac