pike.git
/
src
/
modules
/
_Stdio
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Stdio/configure.in:49:
pike_cv_header_sys_sendfile_h=no ]) ]) AC_MSG_RESULT($pike_cv_header_sys_sendfile_h) if test "x$pike_cv_header_sys_sendfile_h" = "xno"; then AC_DEFINE(HAVE_BROKEN_SYS_SENDFILE_H) fi fi AC_HEADER_DIRENT
-
AC_CHECK_LIB(bind, __inet_ntoa)
+
AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, gethostbyname) AC_CHECK_LIB(net, __get_socket_descriptor) dnl AC_CHECK_LIB(zfs, libzfs_init) dnl GMP is required and tested for in Gmp module. We just want LIBS dnl updated here. This is needed in case the gmp library is not a dnl shared library. AC_CHECK_LIB(gmp, main)