Skip to content

Commit 4b7b55e

Browse files
committed
Fix typo
1 parent 6d26d64 commit 4b7b55e

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
@@ -47,7 +47,7 @@ cmake_push_check_state(RESET)
4747
message(CHECK_FAIL "no (non-standard declaration)")
4848
elseif(
4949
NOT DEFINED HAVE_TTYNAME_R
50-
CMAKE_CROSSCOMPILING
50+
AND CMAKE_CROSSCOMPILING
5151
NOT CMAKE_CROSSCOMPILING_EMULATOR
5252
AND _HAVE_TTYNAME_R
5353
)

0 commit comments

Comments
 (0)