diff options
author | monsta <[email protected]> | 2014-11-22 20:48:36 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:14:48 +0100 |
commit | 42ef7e29ac25d70f0e3a19bfb025b4f198957e27 (patch) | |
tree | 5a12469f13931815071e27f25e1b3e590adc959f | |
parent | c4483adfafac902912111a0b2318464c1f62cdde (diff) | |
download | engrampa-42ef7e29ac25d70f0e3a19bfb025b4f198957e27.tar.bz2 engrampa-42ef7e29ac25d70f0e3a19bfb025b4f198957e27.tar.xz |
configure.ac: removed unneeded parenthesis
-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 |