summaryrefslogtreecommitdiffhomepage
path: root/config.m4
blob: 85279394328e9547fc1fca273828a823b1680596 (plain)
1
2
3
4
5
6
7
8
PHP_ARG_ENABLE([mini_xdebug],
  [whether to enable mini-xdebug],
  [AS_HELP_STRING([--enable-mini-xdebug], [Enable mini-xdebug])],
  [no])

if test "$PHP_MINI_XDEBUG" != "no"; then
  PHP_NEW_EXTENSION([mini_xdebug], [mini_xdebug.c], [$ext_shared])
fi