mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-03 21:26:55 +07:00
build-sys: default to "" as rootprefix
This commit is contained in:
parent
2c96693eb2
commit
0c5fad937a
@ -29,7 +29,7 @@ required_private_libs=""
|
||||
|
||||
AC_ARG_WITH([rootprefix],
|
||||
AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
|
||||
[], [with_rootprefix=$prefix])
|
||||
[], [with_rootprefix=""])
|
||||
AC_SUBST([rootprefix], [$with_rootprefix])
|
||||
|
||||
AC_ARG_ENABLE([tools],
|
||||
|
Loading…
Reference in New Issue
Block a user