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:
parent
a1bfef7f94
commit
ed5ede2838
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue