]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Move Arch Linux's VENDOR check above Ubuntu's
authorPrakash Surya <surya1@llnl.gov>
Sat, 17 Dec 2011 06:16:47 +0000 (22:16 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 19 Dec 2011 20:03:40 +0000 (12:03 -0800)
commitcd2817f8a6a3c0f7675c3ce954800c29eade5319
tree40ef42d7880ae2f7cfc190f0474a4ada5f4c891b
parent8f2503e0af490ea253d6db1a15b4901437171cc1
Move Arch Linux's VENDOR check above Ubuntu's

If the lsb-release package is installed on an Arch Linux distribution,
the configure step will incorrectly detect the running distribution as
Ubuntu. This is a result of both distributions providing an
/etc/lsb-release file, and the Ubuntu VENDOR check being performed
first.

Since the Arch Linux test check's for a file more specific to the Arch
Linux distribution, moving Arch Linux's VENDOR check above Unbuntu's
check provides a quick and easy solution.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #72
config/spl-build.m4
configure