aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 15:52:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 15:52:09 +0000
commitbcef5293c78e7f57f0198946c4a0d1ca8a3ad544 (patch)
tree9519459796c4f669b3012ceddc0fdf3ee90e8fdb
parent3bbc853410adf1b3f726c3d74437f49fc299abaa (diff)
downloadruby-bcef5293c78e7f57f0198946c4a0d1ca8a3ad544.tar.gz
configure.in: remove garbage spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 31c624413b..5781c5ceef 100644
--- a/configure.in
+++ b/configure.in
@@ -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)]
)
])