summaryrefslogtreecommitdiff
path: root/ext/shmop/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop/config.m4')
-rw-r--r--ext/shmop/config.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4
deleted file mode 100644
index 6c1709d715..0000000000
--- a/ext/shmop/config.m4
+++ /dev/null
@@ -1,8 +0,0 @@
-dnl $Id$
-PHP_ARG_ENABLE(shmop, whether to enable shmop support,
-[ --enable-shmop Enable shmop support])
-
-if test "$PHP_SHMOP" != "no"; then
- AC_DEFINE(HAVE_SHMOP, 1, [ ])
- PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
-fi