diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-16 19:33:16 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-16 19:33:16 -0500 |
commit | 2f8924b06027d022536b79e0f3399802fab6f35a (patch) | |
tree | 8765de2d37bf8586bb60c180fbe2977f9c5a897c | |
parent | 8d45a64dda4f4dedbd93144db9c8fcb6076eb712 (diff) | |
download | amarok-2f8924b06027d022536b79e0f3399802fab6f35a.tar.gz amarok-2f8924b06027d022536b79e0f3399802fab6f35a.zip |
Fix typo.
-rw-r--r-- | amarok/configure.in.in | 2 |
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 |