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 06f9706 + 1873958 commit 7c26d37Copy full SHA for 7c26d37
cmake/ext/sockets/CMakeLists.txt
@@ -104,8 +104,8 @@ check_include_files(sys/sockio.h HAVE_SYS_SOCKIO_H)
104
check_include_files(linux/filter.h HAVE_LINUX_FILTER_H)
105
106
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
107
- check_include_files(winsock.h _HAVE_WINSOCK_H)
108
- if(NOT _HAVE_WINSOCK_H)
+ check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
+ if(NOT _PHP_HAVE_WINSOCK_H)
109
message(
110
FATAL_ERROR
111
"Required file winsock.h is missing for the socket extension."
0 commit comments