mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 01:10:24 +02:00
Check for socklen_t and set HAVE_SOCKLEN_T if it's available. This is
required by the socket.c compile fixes.
This commit is contained in:
parent
8342448085
commit
fc846c0f53
1 changed files with 2 additions and 0 deletions
|
@ -553,6 +553,8 @@ case $guile_cv_type_float_fits_long in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
AC_CHECK_TYPES([socklen_t],,,[#include <sys/socket.h>])
|
||||||
|
AC_SUBST(HAVE_SOCKLEN_T)
|
||||||
|
|
||||||
AC_MSG_CHECKING(for struct linger)
|
AC_MSG_CHECKING(for struct linger)
|
||||||
AC_CACHE_VAL(scm_cv_struct_linger,
|
AC_CACHE_VAL(scm_cv_struct_linger,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue