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…
Reference in New Issue