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

AC_ARG_WITH(filepro,[],[enable_filepro=$withval])

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