From cccb0fbf72389758d6a2880ebd613a53bbf59bf1 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 28 Feb 2012 21:02:12 -0800 Subject: [PATCH] Un-silence one too many greps. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f6587cef3f8..f642752f9ce 100755 --- a/configure +++ b/configure @@ -390,7 +390,7 @@ fi if [ ! -z "$CFG_PERF" ] then - HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep -q 'unknown option'` + HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep 'unknown option'` if [ -z "$HAVE_PERF_LOGFD" ]; then CFG_PERF_WITH_LOGFD=1