mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: remove --enable-pthread option.
* configure.ac: remove --enable-pthread option. it was obsoleted in 2009. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b7e97044d
commit
7f2fd38be6
1 changed files with 0 additions and 3 deletions
|
@ -1109,9 +1109,6 @@ AS_CASE(["$target_os"],
|
||||||
enable_pthread=yes
|
enable_pthread=yes
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_ARG_ENABLE(pthread,
|
|
||||||
AS_HELP_STRING([--enable-pthread], [obsolete, and ignored]))
|
|
||||||
|
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
AS_CASE(["$target_os"],[*bsd*|dragonfly*],[],[ac_cv_func_daemon=no])
|
AS_CASE(["$target_os"],[*bsd*|dragonfly*],[],[ac_cv_func_daemon=no])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue