Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: Add an option to disable host udev version checks
In cross-compilation environment, the build host might have an outdated udev or no udev at all. But the user may still want to build with the enabled udev rule (for its udev-enabled target). This patch adds a "--disable-udevchecks" option the disable build host udev version check at configure-time and unconditionally install the enabled udev rule. Without this new option, the behavior stays the same (checks enabled). Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com>
- Loading branch information