diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-11 14:47:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-11 14:47:05 +0800 |
commit | 7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2 (patch) | |
tree | 4bbf7b3f2c13f01c8b17ffa129b600455ab18048 | |
parent | ff3b4a5d8143ebddbcd24007cc0ddda614f27d58 (diff) | |
download | gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.gz gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.zst gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.zip |
add enable option to build test component
2004-01-11 JP Rosevear <jpr@ximian.com>
* configure.in: add enable option to build test component
svn path=/trunk/; revision=24153
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 8 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-01-11 JP Rosevear <jpr@ximian.com> + + * configure.in: add enable option to build test component + 2004-01-08 Rodney Dawes <dobey@ximian.com> * configure.in: Add BONOBOUI_REQUIRED variable and depend on @@ -65,6 +69,10 @@ * configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer) +2003-12-04 Christian Hammond <chipx86@gnupdate.org> + + * art/im*.png, art/Makefile.am: Added IM png files from Gaim. + 2003-12-02 Jeffrey Stedfast <fejj@ximian.com> * configure.in (EVOLUTION_DIR): Remove the Junk folder diff --git a/configure.in b/configure.in index 7290252f4c..c62f338dc3 100644 --- a/configure.in +++ b/configure.in @@ -83,6 +83,12 @@ dnl Purify support dnl EVO_PURIFY_SUPPORT +dnl ************** +dnl Test Component +dnl ************** +AC_ARG_ENABLE(test-component, [ --enable-test-component=[no/yes] Enable test component.],enable_test_comp="$enableval",enable_test_comp=no) +AM_CONDITIONAL(ENABLE_TEST_COMPONENT, test "x$enable_test_comp" = "xyes") + dnl dnl system mail stuff dnl @@ -1366,7 +1372,7 @@ echo "\ IPv6 support: $msg_ipv6 Dot Locking: $msg_dot File Locking: $msg_file - Gtk-doc: $enable_gtk_doc" + Gtk-doc: $enable_gtk_doc if test x$enable_gtk_doc = xyes; then echo " |