diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-25 05:29:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-25 05:35:56 +0800 |
commit | ccefbd7f7704a76536d8a0982b1b8f700c70e0ca (patch) | |
tree | 15350037578ed32f24326141a350dbd9aa8f97dd /configure.ac | |
parent | ae3ed3d477fa2fd7e63e20192edb792e72ee5100 (diff) | |
download | gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.gz gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.zst gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.zip |
Remove test EShellBackend module.
This was useful early in the kill-bonobo project when I was rewriting
EShell from scratch. Nowadays not so much. Drop it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 3eccc16667..5d980e8880 100644 --- a/configure.ac +++ b/configure.ac @@ -410,16 +410,6 @@ dnl Purify support dnl *************** EVO_PURIFY_SUPPORT -dnl ************** -dnl Test Component -dnl ************** -AC_ARG_ENABLE([test-component], - AS_HELP_STRING([--enable-test-component], - [Enable test component.]), - [enable_test_comp=$enableval],[enable_test_comp=no]) - -AM_CONDITIONAL(ENABLE_TEST_COMPONENT, [test x$enable_test_comp = xyes]) - dnl *************** dnl Timezone checks dnl *************** @@ -1441,7 +1431,6 @@ libemail-engine/libemail-engine.pc libgnomecanvas/Makefile shell/Makefile shell/evo-version.h -shell/test/Makefile ui/Makefile views/Makefile views/addressbook/Makefile |