diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-01-12 JP Rosevear <jpr@ximian.com> + + * configure.in: compile flags for the test component and a + conditional compile + 2004-01-11 JP Rosevear <jpr@ximian.com> * 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 ******************* |