summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-30 09:27:30 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-30 09:27:30 +0000
commit7f2fd38be6cc4f9289566b5971661a32233377b6 (patch)
tree2a3e5e05210e9fb69fdf6733d3e28718d675b331 /configure.ac
parent1b7e97044dae47cd99d6eeefe754a8f1b10b8c01 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 550fc35961..8ea969412f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1109,9 +1109,6 @@ AS_CASE(["$target_os"],
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])