From 5860048c64fd41005697473d4985efa454a191c5 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 21 Feb 2014 09:08:41 -0600 Subject: [PATCH] Remove stray ], in SANDBOX_SKIP_RLIMIT_NOFILE AC_DEFINE --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0dd3f4541df..3e522e5959f 100644 --- a/configure.ac +++ b/configure.ac @@ -785,7 +785,7 @@ mips-sony-bsd|mips-sony-newsos4) # Preauth crypto occasionally uses file descriptors for crypto offload # and will crash if they cannot be opened. AC_DEFINE([SANDBOX_SKIP_RLIMIT_NOFILE], [1], - [define if setrlimit RLIMIT_NOFILE breaks things])], + [define if setrlimit RLIMIT_NOFILE breaks things]) ;; *-*-bsdi*) AC_DEFINE([SETEUID_BREAKS_SETUID])