From 42ef7e29ac25d70f0e3a19bfb025b4f198957e27 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 22 Nov 2014 20:48:36 +0300 Subject: configure.ac: removed unneeded parenthesis --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1