From ed5ede28384f26c2e4c55cefeebbaba7651f054d Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 13 Mar 2000 11:09:46 +0000 Subject: [PATCH] * configure.in: Don't add iselect.o to LIBOBJS. --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 7e64a6d46..b29d00884 100644 --- a/configure.in +++ b/configure.in @@ -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