]> git.proxmox.com Git - mirror_zfs.git/commit - config/zfs-build.m4
Fix WANT_DEVNAME2DEVID configure error
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Apr 2016 15:49:19 +0000 (08:49 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Apr 2016 16:06:54 +0000 (09:06 -0700)
commit63e0828c174e84ec583d34327b3fc1c5f53fa39c
treea4023ff5634bc7db16dcaeba3e6c9b8f4af417a9
parentf7b939bdbcd5d6fd11a638316138d1752acae78e
Fix WANT_DEVNAME2DEVID configure error

Accidentally introduced by commit e4023e4.  The AM_CONDITIONAL
cannot be located where it can be invoked conditionally, as in
the `--with-config=user` case.  Relocate it to the top level
ZFS_AC_CONFIG macro along with the other AM_CONDITIONALs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #4416
config/user-libudev.m4
config/zfs-build.m4