From 5c15e22c691c79a47747bcf5490126656f97cecd Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 18 Jun 2015 15:07:56 +1000 Subject: [PATCH] fix syntax error --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1a29a657..729524ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -786,7 +786,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) ;; aarch64*-*) seccomp_audit_arch=AUDIT_ARCH_AARCH64 - ; + ;; esac if test "x$seccomp_audit_arch" != "x" ; then AC_MSG_RESULT(["$seccomp_audit_arch"])