Skip to content

Commit 2f443ac

Browse files
committed
remove ext/openssl dependency for ext/ftp from conf
1 parent d2ee084 commit 2f443ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/ftp/config.w32

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ if (PHP_FTP == "yes") {
99

1010
if (CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_FTP") &&
1111
CHECK_LIB("ssleay32.lib", "ftp", PHP_FTP) &&
12-
CHECK_LIB("libeay32.lib", "ftp", PHP_FTP) &&
13-
ADD_EXTENSION_DEP("ftp", "openssl", true)) {
12+
CHECK_LIB("libeay32.lib", "ftp", PHP_FTP)) {
1413
MESSAGE("Enabling SSL support for ext\\ftp");
1514
AC_DEFINE('HAVE_FTP_SSL', 1, 'Have FTP over SSL support');
1615
}

0 commit comments

Comments
 (0)