diff options
author | Perberos <[email protected]> | 2012-08-04 09:30:29 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-08-04 09:30:29 -0300 |
commit | 180afd9f410efa8c2ca9ee03bd183cbd97afbe01 (patch) | |
tree | c16f6a5ed868c0c3e837c4523603779a86811677 /configure.in | |
parent | 76d14397ced4d2c6ab5ae45e970ef136315151d7 (diff) | |
download | mate-desktop-180afd9f410efa8c2ca9ee03bd183cbd97afbe01.tar.bz2 mate-desktop-180afd9f410efa8c2ca9ee03bd183cbd97afbe01.tar.xz |
syntax error fix on gnucat configure.in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |