summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5ea8a5e061..096ba3b28b 100755
--- a/configure
+++ b/configure
@@ -1196,7 +1196,7 @@ strip="${cross_prefix}${strip}"
# Disable core dumps so that intentional execution of broken apps doesn't
# pollute the current directory.
-ulimit -c 0
+ulimit -c 0 >/dev/null 2>&1
# we need to build at least one lib type
if disabled_all static shared; then