ruby-changes:42496
From: nobu <ko1@a...>
Date: Thu, 14 Apr 2016 09:28:57 +0900 (JST)
Subject: [ruby-changes:42496] nobu:r54570 (trunk): configure.in: tabify
nobu 2016-04-14 10:25:33 +0900 (Thu, 14 Apr 2016) New Revision: 54570 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54570 Log: configure.in: tabify * configure.in: tabify spaces after a tab. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 54569) +++ configure.in (revision 54570) @@ -1087,12 +1087,12 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.in#L1087 return 0; } ], - rb_cv_broken_crypt=no, - rb_cv_broken_crypt=yes, - rb_cv_broken_crypt=yes)]) - if test "$rb_cv_broken_crypt" = yes; then - AC_DEFINE(BROKEN_CRYPT, 1) - fi + rb_cv_broken_crypt=no, + rb_cv_broken_crypt=yes, + rb_cv_broken_crypt=yes)]) + if test "$rb_cv_broken_crypt" = yes; then + AC_DEFINE(BROKEN_CRYPT, 1) + fi AC_CHECK_PROGS(codesign, codesign) if test -n "$codesign"; then POSTLINK="test -z '\$(RUBY_CODESIGN)' || $codesign -s '\$(RUBY_CODESIGN)' -f \$@" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/