106 |
fi |
fi |
107 |
|
|
108 |
# Checks for standard functions. |
# Checks for standard functions. |
109 |
AC_CHECK_FUNCS( |
if test "x$windows" = "xno"; then |
110 |
[strdup strtok_r memset memmove socket connect bind listen setsockopt getsockopt getsockname gethostbyname], |
AC_CHECK_FUNCS( |
111 |
[], [ac_funcs_c="no"]) |
[socket connect bind listen setsockopt getsockopt getsockname gethostbyname], |
112 |
if test "x$ac_funcs_c" = "xno"; then |
[], [ac_funcs_c="no"]) |
113 |
AC_MSG_ERROR([*** Standard functions not found.]) |
if test "x$ac_funcs_c" = "xno"; then |
114 |
|
AC_MSG_ERROR([*** Standard functions not found.]) |
115 |
|
fi |
116 |
fi |
fi |
117 |
|
|
118 |
# Checks for pthread library. |
# Checks for pthread library. |