From 2f8924b06027d022536b79e0f3399802fab6f35a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 16 Oct 2012 19:33:16 -0500 Subject: [PATCH] Fix typo. --- amarok/configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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