Do not add "threads.o" to the libobjs, it is now always compiled.
(USE_THREADS, GUILE_ISELECT): Do not define.
This commit is contained in:
parent
5dacb21f59
commit
5cbed2d017
1 changed files with 0 additions and 10 deletions
10
configure.in
10
configure.in
|
|
@ -669,16 +669,6 @@ case "${with_threads}" in
|
|||
;;
|
||||
esac
|
||||
|
||||
## We always provide the thread API now and thus, USE_THREADS is
|
||||
## always defined and threads.o is always included.
|
||||
|
||||
AC_DEFINE(USE_THREADS, 1, [Define if providing the thread API.])
|
||||
AC_LIBOBJ([threads])
|
||||
|
||||
## Also, we always provide scm_internal_select.
|
||||
|
||||
AC_DEFINE(GUILE_ISELECT, 1, [Define to implement scm_internal_select.])
|
||||
|
||||
case "${THREAD_PACKAGE}" in
|
||||
"QT" )
|
||||
AC_DEFINE(USE_COOP_THREADS, 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue