]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Make Missing Modules.symvers Fatal
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Mar 2011 21:03:48 +0000 (13:03 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Mar 2011 21:09:20 +0000 (13:09 -0800)
commita60b1c0a8e7e760088c51717614205bd5e43f560
treec3cc6c4b6232fd3c4958fe3916d54f780524e12d
parent15805c7711a69a293d7ab974a7e8f19c388836b4
Make Missing Modules.symvers Fatal

Detect early on in configure if the Modules.symvers file is missing.
Without this file there will be build failures later and it's best
to catch this early and provide a useful error.  In this case the
most likely problem is the kernel-devel packages are not installed.
It may also be possible that they are using an unbuilt custom kernel
in which case they must build the kernel first.

Closes #127
config/kernel.m4
configure