aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
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 "