Skip to content

Commit dbe27ea

Browse files
committed
Merge branch 'PHP-8.4'
2 parents bea229f + 703ad7d commit dbe27ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmake/ext/tidy/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ if(TARGET Tidy::Tidy)
104104
set(header tidyp.h)
105105
endif()
106106

107+
check_symbol_exists(tidyOptGetCategory "${header}" HAVE_TIDYOPTGETCATEGORY)
107108
check_symbol_exists(tidyOptGetDoc "${header}" HAVE_TIDYOPTGETDOC)
108109
check_symbol_exists(tidyReleaseDate "${header}" HAVE_TIDYRELEASEDATE)
109110
cmake_pop_check_state()

cmake/ext/tidy/cmake/config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
/* Define to 1 if you have the <tidybuffio.h> header file. */
55
#cmakedefine HAVE_TIDYBUFFIO_H 1
66

7+
/* Define to 1 if Tidy library has the 'tidyOptGetCategory' function. */
8+
#cmakedefine HAVE_TIDYOPTGETCATEGORY 1
9+
710
/* Define to 1 if Tidy library has the 'tidyOptGetDoc' function. */
811
#cmakedefine HAVE_TIDYOPTGETDOC 1
912

0 commit comments

Comments
 (0)