diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 04:17:13 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 04:17:13 +0100 |
commit | 7abdf3e00c581207e1bf01bce20838c6cd61d4c4 (patch) | |
tree | 85540c8f2a280bf1824c89d303f1e925c82f2f2e /configure.ac | |
parent | d876eea1c48384f66f18e28803187def44c481be (diff) |
build-sys: use use ${ac_default_prefix}
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 497a74fc0a..4fc75a434a 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_SUBST(PCI_DATABASE) 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_SUBST([rootprefix], [$with_rootprefix]) AC_ARG_WITH([rootlibdir], |