diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 20:30:39 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 20:30:39 +0000 |
commit | 3acb5dde8b745950a055446486a5cbac02b792ec (patch) | |
tree | dabbd6c15d164c874082278bcd03f66479ef7248 /m4 | |
parent | 7ecec0f3fb1145fbe61f5c5fbf138e41ec8f9443 (diff) |
efl: remove EINA_HAVE_ON_OFF_THREADS support.
it's still in the code, but not configurable anymore. We may remove it
later if not really needed.
SVN revision: 77802
Diffstat (limited to 'm4')
-rw-r--r-- | m4/efl_threads.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/efl_threads.m4 b/m4/efl_threads.m4 index e3dafa0a06..b789874c0a 100644 --- a/m4/efl_threads.m4 +++ b/m4/efl_threads.m4 | |||
@@ -117,21 +117,6 @@ if test "x${efl_have_posix_threads_spinlock}" = "xyes" ; then | |||
117 | AC_DEFINE([EFL_HAVE_POSIX_THREADS_SPINLOCK], [1], [Define to mention that POSIX threads spinlocks are supported]) | 117 | AC_DEFINE([EFL_HAVE_POSIX_THREADS_SPINLOCK], [1], [Define to mention that POSIX threads spinlocks are supported]) |
118 | fi | 118 | fi |
119 | 119 | ||
120 | dnl Check ON-OFF threads | ||
121 | |||
122 | _efl_enable_on_off_threads="no" | ||
123 | AC_ARG_ENABLE([on-off-threads], | ||
124 | [AC_HELP_STRING([--enable-on-off-threads], [only turn this on if you know what you are doing, and do not complain if the world freeze])], | ||
125 | [_efl_enable_on_off_threads="${enableval}"]) | ||
126 | |||
127 | efl_have_on_off_threads="no" | ||
128 | if test "x${_efl_have_posix_threads}" = "xyes" && test "x${_efl_enable_on_off_threads}" = "xyes"; then | ||
129 | efl_have_on_off_threads="yes" | ||
130 | AC_DEFINE([EFL_ON_OFF_THREADS], [1], [make it possible to disable all locks]) | ||
131 | fi | ||
132 | AC_MSG_CHECKING([whether to turn on/off threads lock on demand]) | ||
133 | AC_MSG_RESULT([${efl_have_on_off_threads}]) | ||
134 | |||
135 | dnl Check debug threads | 120 | dnl Check debug threads |
136 | 121 | ||
137 | _efl_enable_debug_threads="no" | 122 | _efl_enable_debug_threads="no" |