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
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…
x
Reference in New Issue
Block a user