mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
fix syntax error
This commit is contained in:
parent
596dbca82f
commit
5c15e22c69
@ -786,7 +786,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||||||
;;
|
;;
|
||||||
aarch64*-*)
|
aarch64*-*)
|
||||||
seccomp_audit_arch=AUDIT_ARCH_AARCH64
|
seccomp_audit_arch=AUDIT_ARCH_AARCH64
|
||||||
;
|
;;
|
||||||
esac
|
esac
|
||||||
if test "x$seccomp_audit_arch" != "x" ; then
|
if test "x$seccomp_audit_arch" != "x" ; then
|
||||||
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user