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.
1 parent 117219a commit 1873958Copy full SHA for 1873958
cmake/ext/sockets/CMakeLists.txt
@@ -111,8 +111,8 @@ check_include_files(sys/sockio.h HAVE_SYS_SOCKIO_H)
111
check_include_files(linux/filter.h HAVE_LINUX_FILTER_H)
112
113
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
114
- check_include_files(winsock.h _HAVE_WINSOCK_H)
115
- if(NOT _HAVE_WINSOCK_H)
+ check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
+ if(NOT _PHP_HAVE_WINSOCK_H)
116
message(
117
FATAL_ERROR
118
"Required file winsock.h is missing for the socket extension."
0 commit comments