summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-16 19:33:16 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-10-29 04:20:14 +0100
commitcd9571507ef0ef54239ea2a73e741f78809a9284 (patch)
tree3e8bf8cf8a8cee5b65b8aaa324380fab48755ccb
parentb3e11e7fe00792503de523c7049b9b972f3f6170 (diff)
downloadamarok-cd9571507ef0ef54239ea2a73e741f78809a9284.tar.gz
amarok-cd9571507ef0ef54239ea2a73e741f78809a9284.zip
Fix typo.
(cherry picked from commit 2f8924b06027d022536b79e0f3399802fab6f35a)
-rw-r--r--amarok/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/configure.in.in b/amarok/configure.in.in
index 083eb5e2..733c2d9e 100644
--- a/amarok/configure.in.in
+++ b/amarok/configure.in.in
@@ -1120,7 +1120,7 @@ if test -n "$PKG_CONFIG"; then
fi
if test -z "$RUBY_VERSION"; then
ruby_includes=[`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["archdir"] )'`]
- ruby_ldflags=[`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["LIBRUBYARG_SHARED"] )'`] fi
+ ruby_ldflags=[`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["LIBRUBYARG_SHARED"] )'`]
RUBY_CFLAGS="-I$ruby_includes"
RUBY_LIBRUBYARG="$ruby_ldflags"
fi