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

« back to all changes in this revision

Viewing changes to ext/dio/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.3 2002/03/12 16:16:02 sas Exp $
 
3
dnl 
 
4
 
 
5
PHP_ARG_ENABLE(dio, whether to enable direct I/O support,
 
6
[  --enable-dio            Enable direct I/O support])
 
7
 
 
8
if test "$PHP_DIO" != "no"; then
 
9
  PHP_NEW_EXTENSION(dio, dio.c, $ext_shared)
 
10
fi