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 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') 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