mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
10 lines
214 B
Text
10 lines
214 B
Text
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_NEW_EXTENSION(dio, dio.c, $ext_shared)
|
|
fi
|