summaryrefslogtreecommitdiff
path: root/ext/pcntl/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/config.m4')
-rw-r--r--ext/pcntl/config.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/pcntl/config.m4 b/ext/pcntl/config.m4
deleted file mode 100644
index 865b831f49..0000000000
--- a/ext/pcntl/config.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-dnl $Id$
-dnl config.m4 for extension pcntl
-
-dnl Process Control (pcntl) extentsion --EXPERIMENTAL--
-dnl TODO - Add platform checks
-PHP_ARG_ENABLE(pcntl, whether to enable pcntl support,
-[ --enable-pcntl Enable experimental pcntl support (CGI ONLY!)])
-
-if test "$PHP_PCNTL" != "no"; then
- if test "$PHP_SAPI" != "cgi"; then
- AC_MSG_ERROR(pcntl currently only accepts the CGI SAPI, this will save you from harming your webserver.)
- else
- PHP_EXTENSION(pcntl, $ext_shared)
- fi
-fi