1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +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:
Rob Browning 2005-10-15 01:54:19 +00:00
parent 8342448085
commit fc846c0f53

View file

@ -553,6 +553,8 @@ case $guile_cv_type_float_fits_long in
;;
esac
AC_CHECK_TYPES([socklen_t],,,[#include <sys/socket.h>])
AC_SUBST(HAVE_SOCKLEN_T)
AC_MSG_CHECKING(for struct linger)
AC_CACHE_VAL(scm_cv_struct_linger,