--- ../php-5.0.5-copy/ext/ftp/config.m4 2002-03-12 18:18:33.000000000 +0200 +++ ./ext/ftp/config.m4 2005-09-20 02:01:51.000000000 +0300 @@ -8,4 +8,7 @@ if test "$PHP_FTP" = "yes"; then AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support]) PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared) + + PHP_SETUP_OPENSSL(FTP_SHARED_LIBADD) + PHP_SUBST(FTP_SHARED_LIBADD) fi