Skip to content

Commit 05f4b84

Browse files
committedNov 17, 2022
Fix cross-compilation for shadow_stack_exists
1 parent 8731fb2 commit 05f4b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ int main(void) {
13101310
else
13111311
return 1;
13121312
}
1313-
]])], [ac_cv_syscall_shadow_stack_exists=yes], [ac_cv_syscall_shadow_stack_exists=no])
1313+
]])], [ac_cv_syscall_shadow_stack_exists=yes], [ac_cv_syscall_shadow_stack_exists=no], [ac_cv_syscall_shadow_stack_exists=no])
13141314
])
13151315
if test "$ac_cv_syscall_shadow_stack_exists" = yes; then
13161316
AC_DEFINE([SHADOW_STACK_SYSCALL], 1, [ ])

0 commit comments

Comments
 (0)