hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Mon Mar 26 21:07:56 PDT 2007
configure.in | 7 +++++++
1 files changed, 7 insertions(+)
New commits:
diff-tree 2990946172751344782330d9a16d5b830c250b29 (from da3c08720658f65cb19edf08112ae1d865165253)
Author: David Zeuthen <davidz at redhat.com>
Date: Tue Mar 27 00:07:49 2007 -0400
hint that a patch to util-linux is needed when using --enable-umount-helper
diff --git a/configure.in b/configure.in
index a7a34f4..28fdd28 100644
--- a/configure.in
+++ b/configure.in
@@ -925,6 +925,13 @@ echo "
+if test x$enable_umount_hal = xyes; then
+ echo "NOTE: Without a patched umount(8) this will have no effect. See "
+ echo " https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188193 "
+ echo " for a suitable patch for util-linux. "
+ echo
+fi
+
if test x$enable_verbose_mode = xyes; then
echo "NOTE: building with verbose mode increases library size, may slightly "
echo " increase security risk, and decreases performance."
More information about the hal-commit
mailing list