sniper          Mon Feb 17 22:25:33 2003 EDT

  Modified files:              
    /php4/ext/pcntl     config.m4 
  Log:
  getpriority() and setpriority() are in libc..
  
Index: php4/ext/pcntl/config.m4
diff -u php4/ext/pcntl/config.m4:1.8 php4/ext/pcntl/config.m4:1.9
--- php4/ext/pcntl/config.m4:1.8        Mon Feb 17 20:41:06 2003
+++ php4/ext/pcntl/config.m4    Mon Feb 17 22:25:33 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.8 2003/02/18 01:41:06 iliaa Exp $
+dnl $Id: config.m4,v 1.9 2003/02/18 03:25:33 sniper Exp $
 dnl
 
 dnl Process Control (pcntl) extentsion --EXPERIMENTAL--
@@ -13,9 +13,7 @@
   AC_CHECK_FUNCS(fork, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() 
not supported by this platform) ])
   AC_CHECK_FUNCS(waitpid, [ AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: 
fork() not supported by this platform) ])
   AC_CHECK_FUNCS(sigaction, [ AC_DEFINE(HAVE_SIGACTION,1,[ ]) ], [ 
AC_MSG_ERROR(pcntl: sigaction() not supported by this platform) ])
-
-  PHP_CHECK_FUNC(getpriority)
-  PHP_CHECK_FUNC(setpriority)
+  AC_CHECK_FUNCS(getpriority setpriority)
    
   PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli)
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to