diff options
author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/pcntl | |
parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz |
Unified the configure messages.
Diffstat (limited to 'ext/pcntl')
-rw-r--r-- | ext/pcntl/config.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pcntl/config.m4 b/ext/pcntl/config.m4 index fc0c4956ea..516b544f12 100644 --- a/ext/pcntl/config.m4 +++ b/ext/pcntl/config.m4 @@ -1,8 +1,10 @@ +dnl dnl $Id$ -dnl config.m4 for extension pcntl +dnl 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!)]) |