summaryrefslogtreecommitdiff
path: root/ext/sysvshm/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvshm/config.m4')
-rw-r--r--ext/sysvshm/config.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/sysvshm/config.m4 b/ext/sysvshm/config.m4
deleted file mode 100644
index 6a20c79c93..0000000000
--- a/ext/sysvshm/config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support,
-[ --enable-sysvshm Enable the System V shared memory support.])
-
-if test "$PHP_SYSVSHM" != "no"; then
- AC_DEFINE(HAVE_SYSVSHM, 1, [ ])
- PHP_EXTENSION(sysvshm, $ext_shared)
-fi