diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 04:10:59 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 04:10:59 +0100 |
commit | 39ad55a9aa99451f982628af6e14581092b2d2f6 (patch) | |
tree | bf88013487fac5ce35003243d7e73764e8e66a8a | |
parent | 8b9b4d6ce4c403c1b72b86126e0089fa5e0d3420 (diff) |
build-sys: use ${ac_default_prefix}
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 636b69e677..4c8b115674 100644 --- a/configure.ac +++ b/configure.ac @@ -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]), |