mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
build-sys: use ${ac_default_prefix}
This commit is contained in:
parent
8b9b4d6ce4
commit
39ad55a9aa
@ -599,7 +599,7 @@ AC_ARG_WITH([udevrulesdir],
|
||||
|
||||
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_default_prefix}])
|
||||
|
||||
AC_ARG_WITH([rootlibdir],
|
||||
AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),
|
||||
|
Loading…
Reference in New Issue
Block a user