]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lib/configure: match all freebsd os's
authorMarek Cruz <programatorfreez@gmail.com>
Tue, 31 Jan 2012 15:50:47 +0000 (10:50 -0500)
committerMartin Mares <mj@ucw.cz>
Mon, 1 Apr 2013 19:47:38 +0000 (21:47 +0200)
commit657bd95db1ed0fa31455cfeb01685f4c0552933b
tree534011c5afa737360a8b06a2b880b5531aaf9138
parent31941cb7acbf330de25df8c0c95c830d2f4b81d2
lib/configure: match all freebsd os's

When using targets like "i686-pc-freebsd7.1", the configure script fails
to match for the freebsd target because it only expects "freebsd".  Add
a glob to match all freebsd targets.
lib/configure