~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/sysvshm/config.m4

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl
 
2
dnl $Id: config.m4,v 1.5 2002/03/12 16:37:01 sas Exp $
 
3
dnl
 
4
 
 
5
PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support,
 
6
[  --enable-sysvshm        Enable the System V shared memory support.])
 
7
 
 
8
if test "$PHP_SYSVSHM" != "no"; then
 
9
  AC_DEFINE(HAVE_SYSVSHM, 1, [ ])
 
10
  PHP_NEW_EXTENSION(sysvshm, sysvshm.c, $ext_shared)
 
11
fi