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
This commit is contained in:
@@ -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
|
||||
|
||||
+7
-1
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user