aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-05 04:17:13 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-05 04:17:13 +0100
commit7abdf3e00c581207e1bf01bce20838c6cd61d4c4 (patch)
tree85540c8f2a280bf1824c89d303f1e925c82f2f2e
parentd876eea1c48384f66f18e28803187def44c481be (diff)
downloadudev-7abdf3e00c581207e1bf01bce20838c6cd61d4c4.tar.gz
build-sys: use use ${ac_default_prefix}
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 497a74fc..4fc75a43 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],