--disable-threads fix
authorAndy Wingo <wingo@pobox.com>
Wed, 13 Apr 2011 10:03:50 +0000 (12:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 13 Apr 2011 10:50:36 +0000 (12:50 +0200)
commit8e76ce94a28c02324aa13de835b1e55282b8b760
treecbe87d1cf354833fe23a8e44a862c2cc94787b4d
parentc89b45299329d034875429804f18768c1ea96713
--disable-threads fix

* libguile/threads.c (do_thread_exit_trampoline, on_thread_exit):
  (scm_i_init_thread_for_guile): Only register and unregister threads
  with bdw-gc when we are building with threads support.  Thanks to
  Marijn for the report.
libguile/threads.c