mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +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.
|
## Bring in scm_internal_select, if appropriate.
|
||||||
if test $ac_cv_func_gettimeofday = yes &&
|
if test $ac_cv_func_gettimeofday = yes &&
|
||||||
test $ac_cv_func_select = yes; then
|
test $ac_cv_func_select = yes; then
|
||||||
LIBOBJS="$LIBOBJS iselect.o"
|
|
||||||
AC_DEFINE(GUILE_ISELECT, 1)
|
AC_DEFINE(GUILE_ISELECT, 1)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue