[mythtv-users] configure did not detect my cpu (E6400 Core 2 Duo)

Daniel Kristjansson danielk at cuymedia.net
Tue Oct 17 21:39:53 UTC 2006


On Wed, 2006-10-18 at 06:32 +1000, Richard Dale wrote:
> > Your processor was added in changeset 11526.
> > 
> > If you're using head can you edit that regular expression
> > to make it work and send me an e-mail with the working
> > expression?
> 
> Hi Daniel, it was SVN Head (revision 11530).
> 
> I see the problem in configure
>   elif expr "$processor" : "Intel(R).*Core(TM)2.*CPU.*" > /dev/null ; then
> 
> should read:
> 
>   elif expr "$processor" : ".*Intel(R).*Core(TM)2.*CPU.*" > /dev/null ; then

Thanks, I've updated SVN as of [11569].

-- Daniel



More information about the mythtv-users mailing list