Un-silence one too many greps.

This commit is contained in:
Graydon Hoare 2012-02-28 21:02:12 -08:00
parent 8c337026b5
commit cccb0fbf72
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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