]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
fix syntax error
authorDamien Miller <djm@mindrot.org>
Thu, 18 Jun 2015 05:07:56 +0000 (15:07 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 18 Jun 2015 05:07:56 +0000 (15:07 +1000)
configure.ac

index a1a29a657bb33e806211ea5dab890105e097a560..729524ea5c220e00f94a98762e8ee8a3a273b461 100644 (file)
@@ -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"])