mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: tabify
* configure.in: tabify spaces after a tab. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
90a5257da3
commit
a86d5d166f
1 changed files with 6 additions and 6 deletions
12
configure.in
12
configure.in
|
@ -1087,12 +1087,12 @@ main()
|
|||
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 \$@"
|
||||
|
|
Loading…
Reference in a new issue