diff options
Diffstat (limited to 'ext/ftp/config.m4')
| -rw-r--r-- | ext/ftp/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/config.m4 b/ext/ftp/config.m4 index 0c29da61d8..5060ea5a85 100644 --- a/ext/ftp/config.m4 +++ b/ext/ftp/config.m4 @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(ftp,whether to enable FTP support, if test "$PHP_FTP" = "yes"; then AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support]) - PHP_EXTENSION(ftp) + PHP_EXTENSION(ftp, $ext_shared) fi |
