Skip to content

Commit c8f8d1a

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents fbd075c + c91544d commit c8f8d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/bz2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if(TARGET BZip2::BZip2)
9191
# updated in the bzlib.h header. BZ2_bzerror() is available as of 1.0.0.
9292
block()
9393
set(headers "bzlib.h")
94-
if(BZip2_VERSION VERSION_LESS 1.0.4)
94+
if(BZIP2_VERSION VERSION_LESS 1.0.4)
9595
list(PREPEND headers "stdio.h")
9696
endif()
9797
check_symbol_exists(BZ2_bzerror "${headers}" PHP_EXT_BZ2_SANITY_CHECK)

0 commit comments

Comments
 (0)