build-sys: use ${ac_default_prefix}

This commit is contained in:
Kay Sievers 2012-01-05 04:10:59 +01:00
parent 8b9b4d6ce4
commit 39ad55a9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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]),