Skip to content

Commit 97ad88c

Browse files
committed
Fix pcntl check
1 parent d818a28 commit 97ad88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/pcntl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ block()
9393

9494
foreach(function fork sigaction waitpid)
9595
string(TOUPPER ${function} const)
96-
if(NOT HAVE_${const})
96+
if(NOT PHP_HAVE_${const})
9797
message(
9898
FATAL_ERROR
9999
"ext/pcntl: required function '${function}()' not found."

0 commit comments

Comments
 (0)