From 7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sun, 11 Jan 2004 06:47:05 +0000 Subject: [PATCH] add enable option to build test component 2004-01-11 JP Rosevear * configure.in: add enable option to build test component svn path=/trunk/; revision=24153 --- ChangeLog | 8 ++++++++ configure.in | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9c0cb1750..36e76a2fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-11 JP Rosevear + + * configure.in: add enable option to build test component + 2004-01-08 Rodney Dawes * 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 + + * art/im*.png, art/Makefile.am: Added IM png files from Gaim. + 2003-12-02 Jeffrey Stedfast * 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 "