diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7351109..7a3b33f 100644 --- a/configure.ac +++ b/configure.ac @@ -216,6 +216,7 @@ AS_IF([test "x$enable_udev_acl" = "xyes"], [ if test -z "$UDEVDIR" ; then UDEVDIR="/lib/udev" fi + AC_SUBST(UDEVDIR) ]) AM_CONDITIONAL([ENABLE_UDEV_ACL], [test "x$enable_udev_acl" = "xyes"]) |