1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: use -pthread on mirbsd*.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-02-11 11:07:32 +00:00
parent a378fa0d10
commit c586d820c8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Feb 11 20:06:38 2013 Tanaka Akira <akr@fsij.org>
* configure.in: use -pthread on mirbsd*.
Mon Feb 11 16:07:09 2013 Tanaka Akira <akr@fsij.org>
* configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.

View file

@ -2054,7 +2054,7 @@ if test x"$enable_pthread" = xyes; then
[root], [],
[c_r], [MAINLIBS="-pthread $MAINLIBS"],
[AS_CASE(["$target_os"],
[openbsd*], [LIBS="-pthread $LIBS"],
[openbsd*|mirbsd*], [LIBS="-pthread $LIBS"],
[LIBS="-l$pthread_lib $LIBS"])])
else
AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled")