aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-11 14:47:05 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-11 14:47:05 +0800
commit7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2 (patch)
tree4bbf7b3f2c13f01c8b17ffa129b600455ab18048
parentff3b4a5d8143ebddbcd24007cc0ddda614f27d58 (diff)
downloadgsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar
gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.gz
gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.bz2
gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.lz
gsoc2013-evolution-7efeff278b5e9a7e5e8720ed2a36f78d6e47bee2.tar.xz
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--ChangeLog8
-rw-r--r--configure.in8
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9c0cb1750..36e76a2fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 "