summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-08-04 09:30:29 -0300
committerPerberos <[email protected]>2012-08-04 09:30:29 -0300
commit180afd9f410efa8c2ca9ee03bd183cbd97afbe01 (patch)
treec16f6a5ed868c0c3e837c4523603779a86811677
parent76d14397ced4d2c6ab5ae45e970ef136315151d7 (diff)
downloadmate-desktop-180afd9f410efa8c2ca9ee03bd183cbd97afbe01.tar.bz2
mate-desktop-180afd9f410efa8c2ca9ee03bd183cbd97afbe01.tar.xz
syntax error fix on gnucat configure.in
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index edaf78d..a70113c 100644
--- a/configure.in
+++ b/configure.in
@@ -234,7 +234,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
AC_ARG_ENABLE([gnucat],
- [AS_HELP_STRING([--disable-gnucat], [disable the use of gnu cat as logo]),
+ [AS_HELP_STRING([--disable-gnucat], [disable the use of gnu cat as logo])],
[], [enable_gnucat=yes])
if test "x$enable_gnucat" = "xno"; then