summaryrefslogtreecommitdiff
path: root/ext/dio/config.m4
blob: 4ad2cf65221b4b306e9422687f1752b500116d54 (plain)
1
2
3
4
5
6
PHP_ARG_ENABLE(dio, whether to enable dio support,
[  --enable-dio           Enable dio support])

if test "$PHP_DIO" != "no"; then
  PHP_EXTENSION(dio, $ext_shared)
fi