Skip to content

Commit

Permalink
Merge pull request #9 from rakuco/ruby_so-right-variable
Browse files Browse the repository at this point in the history
Fill in RUBY_SO_SUFFIX's value from the right variable.
  • Loading branch information
dajobe committed May 11, 2014
2 parents 83ecf44 + 8278da4 commit 9b328a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -425,7 +425,7 @@ if test "X$RUBY" != X; then
AC_MSG_ERROR(No such RUBY linking type $ruby_linking) AC_MSG_ERROR(No such RUBY linking type $ruby_linking)
;; ;;
esac esac
RUBY_SO_SUFFIX=$php_linking RUBY_SO_SUFFIX=$ruby_linking
AC_MSG_CHECKING(Ruby Linking) AC_MSG_CHECKING(Ruby Linking)
AC_MSG_RESULT(compile '$RUBY_CFLAGS' link '$RUBY_LDFLAGS' suffix $RUBY_SO_SUFFIX) AC_MSG_RESULT(compile '$RUBY_CFLAGS' link '$RUBY_LDFLAGS' suffix $RUBY_SO_SUFFIX)
else else
Expand Down

0 comments on commit 9b328a9

Please sign in to comment.