* configure.in: Don't add iselect.o to LIBOBJS.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 13 Mar 2000 11:09:46 +0000 (11:09 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 13 Mar 2000 11:09:46 +0000 (11:09 +0000)
configure.in

index 7e64a6d..b29d008 100644 (file)
@@ -464,7 +464,6 @@ if test "${THREAD_PACKAGE}" != "" ; then
   ## Bring in scm_internal_select, if appropriate.
   if test $ac_cv_func_gettimeofday = yes &&
      test $ac_cv_func_select = yes; then
-    LIBOBJS="$LIBOBJS iselect.o"
     AC_DEFINE(GUILE_ISELECT, 1)
   fi
 fi