php-src/ext/dio/config.m4
2001-11-30 19:00:13 +00:00

11 lines
203 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(dio, whether to enable direct I/O support,
[ --enable-dio Enable direct I/O support])
if test "$PHP_DIO" != "no"; then
PHP_EXTENSION(dio, $ext_shared)
fi