From 2748f58dcee9ed31c8732b16b5cd0b4ffe7f1c38 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Dec 2011 22:14:30 +0000 Subject: * configure.in (UNIVERSAL_INTS): include short int. fix for test/mkmf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33932 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 e594eea0bf..46462785d5 100644 --- a/configure.in +++ b/configure.in @@ -2892,7 +2892,7 @@ if test "${universal_binary-no}" = yes ; then RUBY_DEFINE_IF([defined __${archs}__], RUBY_PLATFORM_CPU, ["${cpu}"]) done fi - ints='long int' + ints='long int short' test "$ac_cv_type_long_long" = yes && ints="'long long' $ints" AC_SUBST(UNIVERSAL_ARCHNAMES, "${universal_archnames}") AC_SUBST(UNIVERSAL_INTS, "${ints}") -- cgit v1.2.3