mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
support new configure options: --disable-posix, --disable-net
and --disable-regex.
This commit is contained in:
parent
e59373d65f
commit
52cfc69be6
19 changed files with 676 additions and 638 deletions
|
@ -505,6 +505,8 @@ scm_fdes_to_ports (fd)
|
|||
void
|
||||
scm_init_ioext ()
|
||||
{
|
||||
scm_add_feature ("i/o-extensions");
|
||||
|
||||
#include "ioext.x"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue