summaryrefslogtreecommitdiff
path: root/ext/ftp/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ftp/config.m4')
-rw-r--r--ext/ftp/config.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/ftp/config.m4 b/ext/ftp/config.m4
deleted file mode 100644
index 5060ea5a85..0000000000
--- a/ext/ftp/config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl $Id$
-dnl config.m4 for extension ftp
-dnl don't forget to call PHP_EXTENSION(ftp)
-
-PHP_ARG_ENABLE(ftp,whether to enable FTP support,
-[ --enable-ftp Enable FTP support])
-
-if test "$PHP_FTP" = "yes"; then
- AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
- PHP_EXTENSION(ftp, $ext_shared)
-fi