diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-01 02:17:45 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-01 02:17:45 +0200 |
commit | 79815e492ffa5e7177bf7796b775cedbaa926c06 (patch) | |
tree | 7298fa418ff278d1de30a0753f11803e72479e7f /configure.ac | |
parent | c0ae11d1fbd070b58b9daadd4e5fd533ee2bbb4b (diff) | |
download | mate-desktop-79815e492ffa5e7177bf7796b775cedbaa926c06.tar.bz2 mate-desktop-79815e492ffa5e7177bf7796b775cedbaa926c06.tar.xz |
Remove gnucatmate-desktop-1.6.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 51882e1..c5d3d88 100644 --- a/configure.ac +++ b/configure.ac @@ -230,15 +230,6 @@ AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT -AC_ARG_ENABLE([gnucat], - [AS_HELP_STRING([--enable-gnucat], [enable the use of gnu cat as logo in mate-about])], - [enable_gnucat=yes], [enable_gnucat=no]) - -if test "x$enable_gnucat" = "xyes"; then - MATE_ABOUT_CFLAGS="$MATE_ABOUT_CFLAGS -DENABLE_GNUCAT=1" -fi -AM_CONDITIONAL(GNUCAT_ENABLED, test "x$enable_gnucat" = "xyes") - dnl ============================================================================ dnl | se comprueba unique dnl | de lo contrario, se intenta utilizar libunique @@ -343,5 +334,4 @@ mate-desktop $VERSION `echo mate-desktop $VERSION | sed "s/./=/g"` Startup notification support: ${have_startup_notification} XRandr support: ${have_randr} Build gtk-doc documentation: ${enable_gtk_doc} - Enable gnucat: ${enable_gnucat} " |