Merge threads directory into libguile.
[bpt/guile.git] / libguile / configure.in
index 1e84d5a..c5ed06a 100644 (file)
@@ -224,6 +224,7 @@ fi
 
 if test "$cy_cv_threads_package" != ""; then
   AC_DEFINE(USE_THREADS)
+  LIBOBJS="$LIBOBJS threads.o"
 fi
 
 ## If we're using GCC, ask for aggressive warnings.