summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2014-11-22 20:48:36 +0300
committerinfirit <[email protected]>2014-11-22 20:14:48 +0100
commit42ef7e29ac25d70f0e3a19bfb025b4f198957e27 (patch)
tree5a12469f13931815071e27f25e1b3e590adc959f /configure.ac
parentc4483adfafac902912111a0b2318464c1f62cdde (diff)
downloadengrampa-42ef7e29ac25d70f0e3a19bfb025b4f198957e27.tar.bz2
engrampa-42ef7e29ac25d70f0e3a19bfb025b4f198957e27.tar.xz
configure.ac: removed unneeded parenthesis
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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