mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: remove garbage spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
967cb34da2
commit
3c534a09e9
1 changed files with 1 additions and 1 deletions
|
@ -3708,7 +3708,7 @@ AS_CASE("$cross_compiling:${LIBPATHENV}", [yes:* | no:], [], [
|
|||
AC_MSG_CHECKING(whether wrapper for $LIBPATHENV is needed)
|
||||
AS_IF([env ${LIBPATHENV}=/lib /bin/sh -c ': ${'${LIBPATHENV}'?}' 2>/dev/null],
|
||||
[AC_MSG_RESULT(no)],
|
||||
[PREP="$PREP"' ruby-runner$(EXEEXT)'
|
||||
[PREP="$PREP"' ruby-runner$(EXEEXT)'
|
||||
AC_MSG_RESULT(yes)]
|
||||
)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue