Skip to content

Commit ec109cf

Browse files
committed
Fix typo
1 parent 7699a20 commit ec109cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Zend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ block()
224224
endif()
225225

226226
check_symbol_exists(pthread_attr_get_np "${headers};pthread.h" HAVE_PTHREAD_ATTR_GET_NP)
227-
endif()
227+
endblock()
228228

229229
check_symbol_exists(pthread_get_stackaddr_np "pthread.h" HAVE_PTHREAD_GET_STACKADDR_NP)
230230
check_symbol_exists(pthread_attr_getstack "pthread.h" HAVE_PTHREAD_ATTR_GETSTACK)

0 commit comments

Comments
 (0)