From 2312fab211ed7a161713b82430e6f952f3f9ff14 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 6 Jan 2011 02:02:54 +0000 Subject: [PATCH] be more verbose about mount backend detection during configure SVN revision: 55918 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 2a2ec7196..025f64c30 100644 --- a/configure.ac +++ b/configure.ac @@ -321,6 +321,7 @@ if test "x$e_cv_want_mount_hal" != "xno";then ]) else hal_mount= + AC_MSG_NOTICE([HAL mounting disabled]) fi AC_ARG_ENABLE([mount-udisks], @@ -335,6 +336,7 @@ if test "x$e_cv_want_mount_udisks" != "xno";then ]) else udisks_mount= + AC_MSG_NOTICE([udisks mounting disabled]) fi @@ -365,6 +367,8 @@ if test "x$e_cv_want_mount_eeze" != "xno" ; then e_cv_want_mount_eeze=no ] ) +else + AC_MSG_NOTICE([eeze mounting disabled]) fi AC_SUBST([EEZE_MOUNT_CONFIG])