s/LIBS/LIBRUBYARG/ to get the ldflags for ruby.

Originally committed to SVN as r1888.
This commit is contained in:
Amar Takhar 2008-03-04 20:08:06 +00:00
parent 8798ebd38f
commit 42cd531584

View file

@ -390,7 +390,7 @@ if test -z "$ruby_disabled"; then
AC_MSG_RESULT([$RUBY_CFLAGS])
AC_MSG_CHECKING([checking $RUBY_BIN rbconfig libs])
RUBY_LDFLAGS=`$RUBY_BIN -r rbconfig -e "print Config::CONFIG@<:@'LIBS'@:>@"`
RUBY_LDFLAGS=`$RUBY_BIN -r rbconfig -e "print Config::CONFIG@<:@'LIBRUBYARG'@:>@"`
AC_MSG_RESULT([$RUBY_LDFLAGS])
else