chiark / gitweb /
build-sys: use ${ac_default_prefix}
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 03:10:59 +0000 (04:10 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 03:10:59 +0000 (04:10 +0100)
configure.ac

index 636b69e677eb0c6325022debd93c50a8672cb0d5..4c8b1156743f733a7eaf87ee547093e1ed34cc51 100644 (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]),