diff options
author | Steve Zesch <[email protected]> | 2012-07-19 19:05:50 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-19 19:05:50 -0400 |
commit | 42af5e81f79d8da0b92fa31071824c5b19da3a93 (patch) | |
tree | 02225aa84054f1297def5f73eb3a9d262b3d8bba | |
parent | 6bb8b0f914704056460fdf7716d92c0a2ff923cc (diff) | |
download | mate-desktop-42af5e81f79d8da0b92fa31071824c5b19da3a93.tar.bz2 mate-desktop-42af5e81f79d8da0b92fa31071824c5b19da3a93.tar.xz |
Removed the --disable-nyancat configure flag.
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index d3a6548..8123bbf 100644 --- a/configure.in +++ b/configure.in @@ -233,19 +233,6 @@ AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT - -dnl ============================================================================ -dnl | にゃあ にゃあ にゃあ - Pop Tart Cat -dnl | More info on <http://en.wikipedia.org/wiki/Nyan_Cat> -dnl ============================================================================ -AC_ARG_ENABLE([nyancat], - [AS_HELP_STRING([--disable-nyancat], [disable the use of nyan cat as logo])], - [], [enable_nyancat=yes]) - -if test "x$enable_nyancat" = "xno"; then - MATE_ABOUT_CFLAGS="$MATE_ABOUT_CFLAGS -DDISABLE_NYANCAT=1" -fi - dnl ============================================================================ dnl | se comprueba unique dnl | de lo contrario, se intenta utilizar libunique |