summaryrefslogtreecommitdiff
path: root/ext/filepro/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/config.m4')
-rw-r--r--ext/filepro/config.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/filepro/config.m4 b/ext/filepro/config.m4
deleted file mode 100644
index 2c0fd3b43b..0000000000
--- a/ext/filepro/config.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-dnl $Id$
-
-AC_MSG_CHECKING(whether to include the bundled filePro support)
-AC_ARG_WITH(filepro,
-[ --with-filepro Include the bundled read-only filePro support],[
- if test "$withval" != "no"; then
- AC_DEFINE(HAVE_FILEPRO, 1)
- AC_MSG_RESULT(yes)
- PHP_EXTENSION(filepro)
- else
- AC_DEFINE(HAVE_FILEPRO, 0)
- AC_MSG_RESULT(no)
- fi
-],[
- AC_DEFINE(HAVE_FILEPRO, 0)
- AC_MSG_RESULT(no)
-])