summaryrefslogtreecommitdiff
path: root/ext/filepro/config.m4
blob: 3b8d24f7ab5fead809ffee526f67c5004c3aee3c (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl
dnl $Id$
dnl

PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,
[  --enable-filepro        Enable the bundled read-only filePro support])

if test "$PHP_FILEPRO" = "yes"; then
  AC_DEFINE(HAVE_FILEPRO, 1, [ ])
  PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared)
fi