File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ endif()
2828
2929cmake_push_check_state(RESET)
3030 set (CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)
31- check_symbol_exists(fopencookie stdio.h PHP_HAS_FOPENCOOKIE )
31+ check_symbol_exists(fopencookie stdio.h PHP_HAVE_FOPENCOOKIE )
3232cmake_pop_check_state()
3333
34- if (NOT PHP_HAS_FOPENCOOKIE )
34+ if (NOT PHP_HAVE_FOPENCOOKIE )
3535 return ()
3636endif ()
3737
@@ -48,8 +48,8 @@ endif()
4848set (HAVE_FOPENCOOKIE TRUE )
4949
5050# Skip in consecutive configuration phases.
51- if (DEFINED PHP_HAS_COOKIE_SEEKER_OFF64_T )
52- set (COOKIE_SEEKER_USES_OFF64_T ${PHP_HAS_COOKIE_SEEKER_OFF64_T } )
51+ if (DEFINED PHP_COOKIE_SEEKER_USES_OFF64_T )
52+ set (COOKIE_SEEKER_USES_OFF64_T ${PHP_COOKIE_SEEKER_USES_OFF64_T } )
5353 return ()
5454endif ()
5555
@@ -108,13 +108,13 @@ cmake_push_check_state(RESET)
108108
109109 return 1;
110110 }
111- ]] PHP_HAS_COOKIE_SEEKER_OFF64_T )
111+ ]] PHP_COOKIE_SEEKER_USES_OFF64_T )
112112cmake_pop_check_state()
113113
114- if (PHP_HAS_COOKIE_SEEKER_OFF64_T )
114+ if (PHP_COOKIE_SEEKER_USES_OFF64_T )
115115 message (CHECK_PASS "yes" )
116116else ()
117117 message (CHECK_FAIL "no" )
118118endif ()
119119
120- set (COOKIE_SEEKER_USES_OFF64_T ${PHP_HAS_COOKIE_SEEKER_OFF64_T } )
120+ set (COOKIE_SEEKER_USES_OFF64_T ${PHP_COOKIE_SEEKER_USES_OFF64_T } )
You can’t perform that action at this time.
0 commit comments