mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
45c2671e37
commit
e243aabc0c
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue