summaryrefslogtreecommitdiff
path: root/ext/sysvshm/config.m4
blob: 6a20c79c93961b817061583ac8efcd3f696cf10c (plain)
1
2
3
4
5
6
7
8
9
10
11
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