diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 10a947d..5704ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -19,5 +19,7 @@ if test -z "$systemdsystemgeneratordir"; then AC_MSG_ERROR([systemdsystemgeneratordir must be set]) fi +PKG_CHECK_VAR([udevdir], [udev], [udevdir], [], [udevdir=/lib/udev]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |