Loading configure.in +3 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,9 @@ AC_CHECK_FUNCS( socket \ dnl removed 'getpass' check on October 26, 2000 if test "$ac_cv_func_select" != "yes"; then AC_MSG_ERROR(Can't work without an existing select() function) fi if test "$ac_cv_func_socket" != "yes"; then AC_MSG_ERROR(Can't work without an existing socket() function) fi Loading Loading
configure.in +3 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,9 @@ AC_CHECK_FUNCS( socket \ dnl removed 'getpass' check on October 26, 2000 if test "$ac_cv_func_select" != "yes"; then AC_MSG_ERROR(Can't work without an existing select() function) fi if test "$ac_cv_func_socket" != "yes"; then AC_MSG_ERROR(Can't work without an existing socket() function) fi Loading