Skip to content

Commit 1873958

Browse files
committed
Sync CS
1 parent 117219a commit 1873958

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
@@ -111,8 +111,8 @@ check_include_files(sys/sockio.h HAVE_SYS_SOCKIO_H)
111111
check_include_files(linux/filter.h HAVE_LINUX_FILTER_H)
112112

113113
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
114-
check_include_files(winsock.h _HAVE_WINSOCK_H)
115-
if(NOT _HAVE_WINSOCK_H)
114+
check_include_files(winsock.h _PHP_HAVE_WINSOCK_H)
115+
if(NOT _PHP_HAVE_WINSOCK_H)
116116
message(
117117
FATAL_ERROR
118118
"Required file winsock.h is missing for the socket extension."

0 commit comments

Comments
 (0)