]> git.proxmox.com Git - mirror_spl-debian.git/commit
config: allow --with-linux without --with-linux-obj
authorChunwei Chen <david.chen@osnexus.com>
Wed, 24 May 2017 22:42:34 +0000 (15:42 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 25 May 2017 17:12:50 +0000 (10:12 -0700)
commitac48361c0c16f36407643f931f92162145618865
tree9f1b5a105944ae76fbbb55307aed2c1783130885
parent3bda331ba8a609cd72be8f67946e12ffe1fcf4f2
config: allow --with-linux without --with-linux-obj

Don't use `uname -r` to determine kernel build directory when the user
specified kernel source with --with-linux. Otherwise, the user is forced
to use --with-linux-obj even if they are the same directory, which is
very counterintuitive.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
config/spl-build.m4