mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
strip trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
083e01b006
commit
678b9240ca
1 changed files with 5 additions and 5 deletions
10
configure.in
10
configure.in
|
@ -156,7 +156,7 @@ if test "$fat_binary" != no; then
|
||||||
|
|
||||||
# /usr/lib/arch_tool -archify_list $TARGET_ARCHS
|
# /usr/lib/arch_tool -archify_list $TARGET_ARCHS
|
||||||
ARCH_FLAG=
|
ARCH_FLAG=
|
||||||
for archs in $TARGET_ARCHS
|
for archs in $TARGET_ARCHS
|
||||||
do
|
do
|
||||||
ARCH_FLAG="$ARCH_FLAG -arch $archs"
|
ARCH_FLAG="$ARCH_FLAG -arch $archs"
|
||||||
done
|
done
|
||||||
|
@ -831,7 +831,7 @@ AC_CACHE_CHECK(for __builtin_setjmp, ac_cv_func___builtin_setjmp,
|
||||||
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
|
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
|
||||||
|
|
||||||
AC_MSG_CHECKING(for setjmp type)
|
AC_MSG_CHECKING(for setjmp type)
|
||||||
AC_ARG_WITH(setjmp-type,
|
AC_ARG_WITH(setjmp-type,
|
||||||
[ --with-setjmp-type select setjmp type], [
|
[ --with-setjmp-type select setjmp type], [
|
||||||
case $withval in
|
case $withval in
|
||||||
__builtin_setjmp) setjmp_prefix=__builtin_;;
|
__builtin_setjmp) setjmp_prefix=__builtin_;;
|
||||||
|
@ -1007,7 +1007,7 @@ main()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_FUNC_GETPGRP
|
AC_FUNC_GETPGRP
|
||||||
AC_FUNC_SETPGRP
|
AC_FUNC_SETPGRP
|
||||||
|
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
@ -1269,7 +1269,7 @@ AC_ARG_WITH(valgrind,
|
||||||
[AC_CHECK_HEADERS(valgrind/memcheck.h)])
|
[AC_CHECK_HEADERS(valgrind/memcheck.h)])
|
||||||
|
|
||||||
dnl wheather use dln_a_out or not
|
dnl wheather use dln_a_out or not
|
||||||
AC_ARG_WITH(dln-a-out,
|
AC_ARG_WITH(dln-a-out,
|
||||||
[ --with-dln-a-out use dln_a_out if possible], [
|
[ --with-dln-a-out use dln_a_out if possible], [
|
||||||
case $withval in
|
case $withval in
|
||||||
dnl (
|
dnl (
|
||||||
|
@ -1534,7 +1534,7 @@ if test "$ac_cv_header_a_out_h" = yes; then
|
||||||
#define USE_DLN_A_OUT
|
#define USE_DLN_A_OUT
|
||||||
#include "dln.c"
|
#include "dln.c"
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
rb_cv_dln_a_out=yes,
|
rb_cv_dln_a_out=yes,
|
||||||
rb_cv_dln_a_out=no)])
|
rb_cv_dln_a_out=no)])
|
||||||
if test "$rb_cv_dln_a_out" = yes; then
|
if test "$rb_cv_dln_a_out" = yes; then
|
||||||
|
|
Loading…
Reference in a new issue