diff --git a/configure b/configure index 39a570bd22..6b841d5236 100755 --- a/configure +++ b/configure @@ -542,6 +542,8 @@ CONFIG_LIST=' bktr dc1394 dv1394 + ebp_available + ebx_available ffmpeg ffplay ffserver @@ -1190,6 +1192,10 @@ ar="${cross_prefix}${ar}" ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" +# Disable core dumps so that intentional execution of broken apps doesn't +# pollute the current directory. +ulimit -c 0 + # we need to build at least one lib type if disabled_all static shared; then cat <