From b79b4492ae8e1d421396b3e6a956b93b4b140886 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 30 May 2011 04:43:37 +0000 Subject: merges r29431 from trunk into ruby_1_9_2. -- * configure.in (RSHIFT): quote to get rid of argument expansion for autoconf 2.68. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index be06c20034..b15470b243 100644 --- a/configure.in +++ b/configure.in @@ -1455,7 +1455,7 @@ if test x"$target_cpu" = xia64; then fi AC_CACHE_CHECK(whether right shift preserve sign bit, rb_cv_rshift_sign, - [AC_COMPILE_IFELSE(AC_LANG_BOOL_COMPILE_TRY([], [(-1==(-1>>1))]), + [AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([], [(-1==(-1>>1))])], rb_cv_rshift_sign=yes, rb_cv_rshift_sign=no)]) if test "$rb_cv_rshift_sign" = yes; then -- cgit v1.2.3