* configure.in: add missing comma.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-01-22 05:17:16 +00:00
parent 45c2671e37
commit e243aabc0c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 22 14:16:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: add missing comma.
Fri Jan 22 01:07:16 2010 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,

View File

@ -1491,7 +1491,7 @@ if test x"$enable_pthread" = xyes; then
AC_DEFINE(HAVE_LIBPTHREAD)
AS_CASE([$pthread_lib],
[c], [],
[root], []
[root], [],
[c_r], [MAINLIBS="-pthread $MAINLIBS"],
[LIBS="-l$pthread_lib $LIBS"])
else