1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

* configure.in: Don't add iselect.o to LIBOBJS.

This commit is contained in:
Mikael Djurfeldt 2000-03-13 11:09:46 +00:00
parent a1bfef7f94
commit ed5ede2838

View 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