diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:08:49 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-11-03 22:08:49 +0000 |
commit | 5cbed2d017e940d5ee2e625fe12d66278ae6cfb9 (patch) | |
tree | 2b5175ffa06cca3934500e79167b8dc82f42d0b4 | |
parent | 5dacb21f59314a6049976fc15566d0529a6a72b8 (diff) | |
download | guile-5cbed2d017e940d5ee2e625fe12d66278ae6cfb9.tar.gz |
Do not add "threads.o" to the libobjs, it is now always compiled.
(USE_THREADS, GUILE_ISELECT): Do not define.
-rw-r--r-- | configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in index 4b3d145d5..3deac4dec 100644 --- a/configure.in +++ b/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, |