]> git.proxmox.com Git - mirror_spl-debian.git/commit
Verify --with-linux source directory exists
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Nov 2012 03:26:19 +0000 (19:26 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 29 Nov 2012 23:05:54 +0000 (15:05 -0800)
commit251677e98fd41170a885095626a9247d609661b0
tree2751bb7176b696405c0c2a73c35f18eff17f5b3a
parent043f9b57247eafb8e28e7b9465470ece87090228
Verify --with-linux source directory exists

Previously this check was only performed when ./configure was
attempting to autodetect your kernel source directory.  But we
should also handle the case where --with-linux was provided
and is obviously wrong.  This way we catch the error before
invoking make and compiling the source with an incorrect
autoconf results.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #162
config/spl-build.m4