Ticket #9443: configure.diff

File configure.diff, 566 bytes (added by Lawrence Rust <lvr@…>, 13 years ago)
  • mythtv/configure

    diff --git a/mythtv/configure b/mythtv/configure
    index ae4c1ea..0275e37 100755
    a b enable $arch 
    26212621if enabled proc_opt_old; then
    26222622# first try to tune based on processor info
    26232623# Intel i7 processors (EMT64T capable)
    2624    if expr "$processor" : ".*Intel(R).*Core(TM) i7 CPU.*" > /dev/null ; then
     2624   if expr "$processor" : ".*Intel(R).*Core(TM) i[357] CPU.*" > /dev/null ; then
    26252625       cpu="core2"
    26262626# EM64T era Intel Xeon
    26272627   elif expr "$processor" : ".*Intel(R) Xeon(R) CPU.*51[1-6][08]" > /dev/null ; then