summaryrefslogtreecommitdiff
path: root/ext/dbx/config.m4
blob: 5cf4885c7dc343de4001b705f450b816968af2ec (plain)
1
2
3
4
5
6
7

PHP_ARG_ENABLE(dbx,whether to enable dbx support,
[  --enable-dbx            Enable dbx])

if test "$PHP_DBX" != "no"; then
  PHP_EXTENSION(dbx, $ext_shared)
fi