diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8285bcc..4aa833e 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ dnl ****************************** AC_ARG_ENABLE([caja_actions], [AS_HELP_STRING([--disable-caja-actions], - [do not build the caja context menu actions]))],, + [do not build the caja context menu actions])],, [enable_caja_actions=yes]) if test x"$enable_caja_actions" != x"no" ; then |