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

« back to all changes in this revision

Viewing changes to ext/sysvmsg/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 $Id: config.m4,v 1.5 2002/10/27 11:56:06 msopacua Exp $
 
2
 
 
3
PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support,
 
4
[  --enable-sysvmsg        Enable sysvmsg support])
 
5
 
 
6
if test "$PHP_SYSVMSG" != "no"; then
 
7
  AC_DEFINE(HAVE_SYSVMSG, 1, [ ])
 
8
  PHP_NEW_EXTENSION(sysvmsg, sysvmsg.c, $ext_shared)
 
9
fi