gnome-volume-manager r1361 - trunk
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-volume-manager r1361 - trunk
- Date: Tue, 22 Apr 2008 19:02:50 +0100 (BST)
Author: fejj
Date: Tue Apr 22 18:02:49 2008
New Revision: 1361
URL: http://svn.gnome.org/viewvc/gnome-volume-manager?rev=1361&view=rev
Log:
add --enable-automount option
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Apr 22 18:02:49 2008
@@ -84,6 +84,16 @@
AC_MSG_RESULT(no)
fi
+dnl Enable automount support (disabled by default now that Nautilus handles this)
+AC_MSG_CHECKING(whether to enable automount support)
+AC_ARG_ENABLE(automount,AS_HELP_STRING([--enable-automount],[enable automount support]),,[enable_automount="no"])
+if test "x$enable_automount" = "xyes"; then
+ AC_DEFINE([ENABLE_AUTOMOUNT],[],[Enable automount support])
+ AC_MSG_RESULT(yes)
+else
+ AC_MSG_RESULT(no)
+fi
+
dnl Directory to check for console ownership
AC_ARG_WITH(console-auth-dir,
AC_HELP_STRING([--with-console-auth-dir=[dirname]], [directory to check for console ownership]),
@@ -121,6 +131,7 @@
echo "
gnome-volume-manager has been configured as follows: "
echo "
+ Enable automount: $enable_automount
Enable multiuser: $enable_multiuser
Console auth dir: ${GVM_CONSOLE_AUTH_DIR}
libnotify support: $enable_notify
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]