summaryrefslogtreecommitdiff
path: root/ext/ftp/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-02 02:02:18 +0000
committerSascha Schumann <sas@php.net>2000-05-02 02:02:18 +0000
commitdbf959d04d447ccdfe1f368fca850979d9d94fae (patch)
treee428a00a19e6a51199f8357e4ac0ee563931cd52 /ext/ftp/config.m4
parent4f5717d0a0e3d3073b8f120d537c33211469238a (diff)
downloadphp-git-dbf959d04d447ccdfe1f368fca850979d9d94fae.tar.gz
Make ftp buildable as shared module
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