Skip to content

Commit fba3113

Browse files
committed
Fix typo
1 parent 4b7b55e commit fba3113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/modules/PHP/CheckTtynameR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cmake_push_check_state(RESET)
4848
elseif(
4949
NOT DEFINED HAVE_TTYNAME_R
5050
AND CMAKE_CROSSCOMPILING
51-
NOT CMAKE_CROSSCOMPILING_EMULATOR
51+
AND NOT CMAKE_CROSSCOMPILING_EMULATOR
5252
AND _HAVE_TTYNAME_R
5353
)
5454
set(HAVE_TTYNAME_R TRUE CACHE INTERNAL "Whether ttyname_r() works.")

0 commit comments

Comments
 (0)