diff options
author | raveit65 <[email protected]> | 2014-11-20 21:38:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-20 21:42:36 +0100 |
commit | d5c6df006a6fd25f875c8f278c69eae21bcc4a0c (patch) | |
tree | 82302170a980df84b313c9eda05302794031a3f6 /configure.ac | |
parent | 1e465f05d72e3aa63de78d3641cd522527433986 (diff) | |
download | mate-themes-d5c6df006a6fd25f875c8f278c69eae21bcc4a0c.tar.bz2 mate-themes-d5c6df006a6fd25f875c8f278c69eae21bcc4a0c.tar.xz |
remove configure flag enable-test-themes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index 34637e23..02f4f5bd 100644 --- a/configure.ac +++ b/configure.ac @@ -89,19 +89,6 @@ AC_ARG_ENABLE(all-themes, [enable_all_themes=no]) AM_CONDITIONAL(CORE_THEMES_ONLY, test "$enable_all_themes" = no) -# Configure option for testing themes -AC_ARG_ENABLE(test-themes, - AC_HELP_STRING([--enable-test-themes], - [Install themes to test applications.]),, - [enable_test_themes=no]) - -if test "x$enable_test_themes" = "xyes"; then - TEST_THEMES="TraditionalOkTest" -else - TEST_THEMES="" -fi -AC_SUBST(TEST_THEMES) - ### Cursor theme to use for large print desktop themes. ### TODO: Should probably check whether specified/default themes are ### installed too, and do something appropriate if not. @@ -455,7 +442,6 @@ mate-themes-$VERSION: Enable placeholders: ${enable_placeholders} Enable legacy icons: ${enable_mapping} Enable all themes: ${enable_all_themes} - Enable test themes: ${enable_test_themes} LargePrint cursor theme: ${LARGEPRINT_CURSOR_THEME} HC LargePrint cursor theme: ${LARGEPRINT_HC_CURSOR_THEME} HCI LargePrint cursor theme: ${LARGEPRINT_HCI_CURSOR_THEME} |