diff options
Diffstat (limited to 'ext/ftp/config.m4')
-rw-r--r-- | ext/ftp/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ftp/config.m4 b/ext/ftp/config.m4 index 5060ea5a85..d93860e6e6 100644 --- a/ext/ftp/config.m4 +++ b/ext/ftp/config.m4 @@ -1,6 +1,6 @@ +dnl dnl $Id$ -dnl config.m4 for extension ftp -dnl don't forget to call PHP_EXTENSION(ftp) +dnl PHP_ARG_ENABLE(ftp,whether to enable FTP support, [ --enable-ftp Enable FTP support]) |