summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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))
786 ;; 786 ;;
787 aarch64*-*) 787 aarch64*-*)
788 seccomp_audit_arch=AUDIT_ARCH_AARCH64 788 seccomp_audit_arch=AUDIT_ARCH_AARCH64
789 ; 789 ;;
790 esac 790 esac
791 if test "x$seccomp_audit_arch" != "x" ; then 791 if test "x$seccomp_audit_arch" != "x" ; then
792 AC_MSG_RESULT(["$seccomp_audit_arch"]) 792 AC_MSG_RESULT(["$seccomp_audit_arch"])