diff options
author | Damien Miller <djm@mindrot.org> | 2015-06-18 15:07:56 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-06-18 15:07:56 +1000 |
commit | 5c15e22c691c79a47747bcf5490126656f97cecd (patch) | |
tree | fd1f1231415aa010cf57ac9b2f9f045a8fef2014 | |
parent | 596dbca82f3f567fb3d2d69af4b4e1d3ba1e6403 (diff) |
fix syntax error
-rw-r--r-- | configure.ac | 2 |
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"]) |