]> git.ipfire.org Git - thirdparty/systemd.git/commit
configure: split checks for libkmod >= 14
authorDave Reisner <dreisner@archlinux.org>
Thu, 11 Jul 2013 14:33:48 +0000 (10:33 -0400)
committerDave Reisner <dreisner@archlinux.org>
Thu, 11 Jul 2013 14:33:48 +0000 (10:33 -0400)
commite2ca86cf78f911a8be51f0224796e24883019139
tree2841a994face6533c1138badbdf93c6c9c7349b2
parent852752fca2f73323e3c25b33348b3c92458665ae
configure: split checks for libkmod >= 14

PKG_CHECK_EXISTS won't created a cached variable that later messes with
our PKG_CHECK_MODULES check for an explicit version. Unfortunately,
nesting these checks as the code existed lead to an odd error. Rather,
split the checks apart.

This also improves to the error message when the requisite version
isn't found, and supplies the literal version systemd needs.
configure.ac