From: Anatol Belski Date: Wed, 11 Mar 2015 23:13:01 +0000 (+0100) Subject: remove ext/openssl dependency for ext/ftp from conf X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~692 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f443acad19816e29b0c944426238d9f23af1ae2;p=php remove ext/openssl dependency for ext/ftp from conf --- diff --git a/ext/ftp/config.w32 b/ext/ftp/config.w32 index b181a0b95a..633d009ad0 100644 --- a/ext/ftp/config.w32 +++ b/ext/ftp/config.w32 @@ -9,8 +9,7 @@ if (PHP_FTP == "yes") { if (CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_FTP") && CHECK_LIB("ssleay32.lib", "ftp", PHP_FTP) && - CHECK_LIB("libeay32.lib", "ftp", PHP_FTP) && - ADD_EXTENSION_DEP("ftp", "openssl", true)) { + CHECK_LIB("libeay32.lib", "ftp", PHP_FTP)) { MESSAGE("Enabling SSL support for ext\\ftp"); AC_DEFINE('HAVE_FTP_SSL', 1, 'Have FTP over SSL support'); }