From f8856735d366d5cc71e3bb4c5397f979723e2a39 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 4 Nov 2002 22:35:05 +0000 Subject: grep '-m' option seems be part of very recent grep tool, revert change to keep configure working CVS patchset: 3192 CVS date: 2002/11/04 22:35:05 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca3469080..f6a214380 100644 --- a/configure.ac +++ b/configure.ac @@ -789,7 +789,7 @@ case "$host_or_hostalias" in enable_ffmmx="yes" if test x"$check_athlon" = "xyes"; then if test -f /proc/cpuinfo; then - modelname=`cat /proc/cpuinfo | grep "model name" -m 1 | sed -e 's/ //g' | cut -d':' -f2` + modelname=`cat /proc/cpuinfo | grep "model\ name\ :" | sed -e 's/ //g' | cut -d':' -f2` case "$modelname" in *Athlon* | *Duron* | *K7*) archopt_val="$k7cpu" -- cgit v1.2.3