Skip to content

Commit

Permalink
configure.ac: udev basedir should be relative to prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Mar 14, 2016
1 parent c476cd0 commit c12cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ AC_ARG_WITH(udev-base-dir, AS_HELP_STRING([--with-udev-base-dir=DIR], [where ude
if test -n "$with_udev_base_dir" ; then
UDEV_BASE_DIR="$with_udev_base_dir"
else
UDEV_BASE_DIR="/usr/lib/udev"
UDEV_BASE_DIR="$libdir/udev"
fi
AC_SUBST(UDEV_BASE_DIR)

Expand Down

0 comments on commit c12cb66

Please sign in to comment.