From 5c78763efda4c70010f70350533e25b7c9d1c87f Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 12 Jan 2004 17:04:19 +0000 Subject: compile flags for the test component and a conditional compile 2004-01-12 JP Rosevear * configure.in: compile flags for the test component and a conditional compile svn path=/trunk/; revision=24173 --- ChangeLog | 5 +++++ configure.in | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c1adeeee0..c03cf33558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-12 JP Rosevear + + * configure.in: compile flags for the test component and a + conditional compile + 2004-01-11 JP Rosevear * configure.in: dont kill the quote diff --git a/configure.in b/configure.in index 82b322ada4..736458f2db 100644 --- a/configure.in +++ b/configure.in @@ -1104,6 +1104,12 @@ else AC_MSG_ERROR(no) fi +dnl --- evolution-test flags + +EVO_SET_COMPILE_FLAGS(EVOLUTION_TEST, libgnome-2.0 libgnomeui-2.0 libbonobo-2.0 >= $BONOBOUI_REQUIRED libbonoboui-2.0 >= $BONOBOUI_REQUIRED) +AC_SUBST(EVOLUTION_TEST_CFLAGS) +AC_SUBST(EVOLUTION_TEST_LIBS) + dnl ******************* dnl Special directories dnl ******************* -- cgit