Skip to content

Commit dc1b404

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 0f3fb2d + 7c26d37 commit dc1b404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ext/sockets/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ check_include_files(linux/if_packet.h HAVE_LINUX_IF_PACKET_H)
107107
check_include_files(linux/udp.h HAVE_LINUX_UDP_H)
108108

109109
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
110-
check_include_files(winsock.h _HAVE_WINSOCK_H)
111-
if(NOT _HAVE_WINSOCK_H)
110+
check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
111+
if(NOT _PHP_HAVE_WINSOCK_H)
112112
message(
113113
FATAL_ERROR
114114
"Required file winsock.h is missing for the socket extension."

0 commit comments

Comments
 (0)