diff options
author | raveit65 <[email protected]> | 2016-04-23 12:43:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-23 12:43:16 +0200 |
commit | d15516bff4f5be6e0c23d9c5cc6c41973549a4be (patch) | |
tree | 70f059ea553ffb4886d56b33e20381cf8bbce803 /configure.ac | |
parent | e0fcecf58eaa7790a0042fce8dd99cea73b29b27 (diff) | |
download | mate-themes-d15516bff4f5be6e0c23d9c5cc6c41973549a4be.tar.bz2 mate-themes-d15516bff4f5be6e0c23d9c5cc6c41973549a4be.tar.xz |
Revert "Gtk+-3.20 branch: make GreanLaguna optional (not default)"
This reverts commit bed08df0ccc0704cf72f2120e3bcb31e9c2a782f.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index 7c15e287..fcb91453 100644 --- a/configure.ac +++ b/configure.ac @@ -41,18 +41,6 @@ AC_SUBST_FILE(media_stock_icons_rc) AC_SUBST_FILE(capplet_stock_icons_rc) AC_SUBST_FILE(marco_stock_icons_rc) -dnl *************************************************************************** -dnl *** Greenlaguna checks *** -dnl *************************************************************************** -AC_ARG_ENABLE(GreenLaguna, - [ --enable-GreenLaguna Install the GreenLaguna desktop theme.], - [enable_greenlaguna=$enableval], [enable_greenlaguna=no]) - -AM_CONDITIONAL(BUILD_GREENLAGUNA, test "x$enable_greenlaguna" = "xyes") -if test "$enable_greenlaguna" = yes; then - AC_DEFINE(BUILD_GREENLAGUNA, 1, [Install the GreenLaguna desktop theme.]) -fi - AC_CONFIG_FILES([ Makefile common/Makefile @@ -254,8 +242,4 @@ mate-themes-$VERSION: Installation prefix: ${prefix} - Building extra themes: ${enable_greenlaguna} - - configuration successfully :) now type make - " |