~ubuntu-branches/ubuntu/oneiric/hardinfo/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Leandro Pereira
  • Date: 2004-06-14 21:33:25 UTC
  • Revision ID: james.westby@ubuntu.com-20040614213325-tob3015hzne85t9h
Tags: 0.3.6-5
* Add Amd64 support (closes: #253935).
  Thanks to Kurt Roeckx <Q@ping.be>
* Close duplicate "doesn't work with newer pciutils" bug (closes: #254018).

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                ARCH="ARCH_i386" ;;
81
81
        ppc)
82
82
                ARCH="ARCH_PPC" ;;
 
83
        x86_64)
 
84
                ARCH="ARCH_x86_64" ;;
83
85
        *)
84
86
                echo "Architeture \"$ARCH\" not supported." 
85
87
                exit ;;