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.m42
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