summaryrefslogtreecommitdiff
path: root/ext/posix/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/posix/config.m4
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/posix/config.m4')
-rw-r--r--ext/posix/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/config.m4 b/ext/posix/config.m4
index 41d98b5170..fc3767e98b 100644
--- a/ext/posix/config.m4
+++ b/ext/posix/config.m4
@@ -7,7 +7,7 @@ PHP_ARG_ENABLE(posix,whether to enable POSIX-like functions,
if test "$PHP_POSIX" = "yes"; then
AC_DEFINE(HAVE_POSIX, 1, [whether to include POSIX-like functions])
- PHP_EXTENSION(posix, $ext_shared)
+ PHP_NEW_EXTENSION(posix, posix.c, $ext_shared)
AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo getrlimit)
fi