summaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-04-11 03:20:45 +0900
committernsfisis <nsfisis@gmail.com>2026-04-11 03:20:45 +0900
commitbe2211a6fb78375cec9a5d2615dafaf043e5e848 (patch)
tree1047c4a27e7e69b1692c00d08196a2d889c7132d /config.m4
parentb3b5a0b29ddd627b7cb5f2cce3332f08c412bcdd (diff)
downloadmini-xdebug-main.tar.gz
mini-xdebug-main.tar.zst
mini-xdebug-main.zip
add filesHEADmain
Diffstat (limited to 'config.m4')
-rw-r--r--config.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
new file mode 100644
index 0000000..8527939
--- /dev/null
+++ b/config.m4
@@ -0,0 +1,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