Skip to content
Snippets Groups Projects
Commit 70c9c1e2 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

test for nice(2) added

Rev: src/configure.in:1.182
parent 180546ee
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.181 1998/05/06 00:35:00 hubbe Exp $") AC_REVISION("$Id: configure.in,v 1.182 1998/05/06 06:03:09 hubbe Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -999,6 +999,7 @@ AC_CHECK_FUNCS( \ ...@@ -999,6 +999,7 @@ AC_CHECK_FUNCS( \
getgrent getgrnam \ getgrent getgrnam \
initgroups setgroups \ initgroups setgroups \
socketpair \ socketpair \
nice \
) )
if test x$pike_cv_sys_os = xWindows_NT ; then if test x$pike_cv_sys_os = xWindows_NT ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment