From 6410547f19a0d6652717e0ecc72de7874778e01a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 14 May 2006 12:07:26 +0000 Subject: Use egrep together with extended regular expressions for greater portability. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18503 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9d4dae044d..1ed5af9b90 100755 --- a/configure +++ b/configure @@ -839,7 +839,7 @@ if x86 || x86_64 ; then pmodel=`$_cpuinfo | grep -v 'model name' | grep 'model' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1` pstepping=`$_cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1` - exts=`$_cpuinfo | grep 'features\|flags' | cut -d ':' -f 2 | _head 1` + exts=`$_cpuinfo | egrep 'features|flags' | cut -d ':' -f 2 | _head 1` pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ \ -e s/xmm/sse/ -e s/kni/sse/` -- cgit v1.2.3