=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure,v retrieving revision 1.62 retrieving revision 1.64 diff -u -p -r1.62 -r1.64 --- OpenXM_contrib2/asir2000/configure 2015/08/06 09:01:26 1.62 +++ OpenXM_contrib2/asir2000/configure 2016/08/24 05:33:58 1.64 @@ -5667,7 +5667,7 @@ arm*-*-linux*) CFLAGS="${CFLAGS} -fsigned-char" fi ;; -*-*-mingw32) +*-*-mingw*) WSLIB="-lws2_32" asm_obj="${generic_obj}" ;; @@ -5678,6 +5678,17 @@ esac + +for ac_func in sigaction +do : + ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction" +if test "x$ac_cv_func_sigaction" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_SIGACTION 1 +_ACEOF + +fi +done ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" if test "x$ac_cv_func_socket" = xyes; then :