[file-roller] set enable_nautilus_actions to yes by default



commit 75bcf3b7768c3c1c2294348613aeb423b68bde40
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Feb 11 20:21:08 2011 +0100

    set enable_nautilus_actions to yes by default

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3585775..80da1af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,8 +64,9 @@ AC_SUBST(FR_LIBS)
 dnl ******************************
 
 AC_ARG_ENABLE([nautilus_actions],
-	      AS_HELP_STRING([--disable-nautilus-actions],
-			     [do not build the nautilus context menu actions]))
+	      [AS_HELP_STRING([--disable-nautilus-actions],
+			      [do not build the nautilus context menu actions])],,
+	      [enable_nautilus_actions=yes])
 
 if test x"$enable_nautilus_actions" != x"no" ; then
 	PKG_CHECK_MODULES(NAUTILUS,					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]