We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3fb2d + 7c26d37 commit dc1b404Copy full SHA for dc1b404
cmake/ext/sockets/CMakeLists.txt
@@ -107,8 +107,8 @@ check_include_files(linux/if_packet.h HAVE_LINUX_IF_PACKET_H)
107
check_include_files(linux/udp.h HAVE_LINUX_UDP_H)
108
109
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
110
- check_include_files(winsock.h _HAVE_WINSOCK_H)
111
- if(NOT _HAVE_WINSOCK_H)
+ check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
+ if(NOT _PHP_HAVE_WINSOCK_H)
112
message(
113
FATAL_ERROR
114
"Required file winsock.h is missing for the socket extension."
0 commit comments