summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-16 19:33:16 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-16 19:33:16 -0500
commit2f8924b06027d022536b79e0f3399802fab6f35a (patch)
tree8765de2d37bf8586bb60c180fbe2977f9c5a897c
parent8d45a64dda4f4dedbd93144db9c8fcb6076eb712 (diff)
downloadamarok-2f8924b0.tar.gz
amarok-2f8924b0.zip
Fix typo.
-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 fc18b4f1..4970aad9 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