1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

Fix cross-compilation for shadow_stack_exists

This commit is contained in:
Dmitry Stogov
2022-11-17 15:39:43 +03:00
parent 8731fb2d09
commit 05f4b84940
+1 -1
View File
@@ -1310,7 +1310,7 @@ int main(void) {
else
return 1;
}
]])], [ac_cv_syscall_shadow_stack_exists=yes], [ac_cv_syscall_shadow_stack_exists=no])
]])], [ac_cv_syscall_shadow_stack_exists=yes], [ac_cv_syscall_shadow_stack_exists=no], [ac_cv_syscall_shadow_stack_exists=no])
])
if test "$ac_cv_syscall_shadow_stack_exists" = yes; then
AC_DEFINE([SHADOW_STACK_SYSCALL], 1, [ ])