ruby-changes:47958
From: glass <ko1@a...>
Date: Sat, 30 Sep 2017 18:27:36 +0900 (JST)
Subject: [ruby-changes:47958] glass:r60073 (trunk): configure.ac: remove --enable-pthread option.
glass 2017-09-30 18:27:30 +0900 (Sat, 30 Sep 2017) New Revision: 60073 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60073 Log: configure.ac: remove --enable-pthread option. * configure.ac: remove --enable-pthread option. it was obsoleted in 2009. Modified files: trunk/configure.ac Index: configure.ac =================================================================== --- configure.ac (revision 60072) +++ configure.ac (revision 60073) @@ -1109,9 +1109,6 @@ AS_CASE(["$target_os"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L1109 enable_pthread=yes ]) -AC_ARG_ENABLE(pthread, - AS_HELP_STRING([--enable-pthread], [obsolete, and ignored])) - dnl Checks for libraries. AS_CASE(["$target_os"],[*bsd*|dragonfly*],[],[ac_cv_func_daemon=no]) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/