Re: [FFmpeg-devel] [PATCH] configure: do not fork off grep subprocess while testing for whitespace

2015-08-26 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 11:22:49PM -0400, Ganesh Ajjanagadde wrote: > grep is not necessary for the functionality. > This avoids an unnecessary fork. > > Signed-off-by: Ganesh Ajjanagadde > --- > configure | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) applied thanks [...] -- M

[FFmpeg-devel] [PATCH] configure: do not fork off grep subprocess while testing for whitespace

2015-08-25 Thread Ganesh Ajjanagadde
grep is not necessary for the functionality. This avoids an unnecessary fork. Signed-off-by: Ganesh Ajjanagadde --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index db94c45..7acb2dd 100755 --- a/configure +++ b/configure @@ -2974,8 +2