X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b873ba78fd0673160927fd3bf9cb6c44de6aeafa..b9fb3b0671541d252ffa0558ee80c23eb79e9f5e:/configure?ds=sidebyside diff --git a/configure b/configure index 435cefc3c4..7feb68bd40 100755 --- a/configure +++ b/configure @@ -35173,6 +35173,19 @@ $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; } fi +for ac_func in setpriority +do : + ac_fn_c_check_func "$LINENO" "setpriority" "ac_cv_func_setpriority" +if test "x$ac_cv_func_setpriority" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_SETPRIORITY 1 +_ACEOF + +fi +done + + + if test "$wxUSE_SOCKETS" = "yes"; then if test "$TOOLKIT" != "MSW"; then ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"