]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Run wxClientDC and wxMemoryDC tests too in the graphics benchmark.
[wxWidgets.git] / configure
index 435cefc3c4c4e739323d87b6615c090a65450e26..7feb68bd408e557b33fd2133161127781a042233 100755 (executable)
--- 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"