diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-13 01:04:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-13 01:04:19 +0800 |
commit | 5c78763efda4c70010f70350533e25b7c9d1c87f (patch) | |
tree | 8fd6cd495e398cd3a5a1986ff2d113b093e4d9de /configure.in | |
parent | c7ecf204b77aa1df290f92d331b39f7fffe1ce0d (diff) | |
download | gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.gz gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.zst gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.zip |
compile flags for the test component and a conditional compile
2004-01-12 JP Rosevear <jpr@ximian.com>
* configure.in: compile flags for the test component and a
conditional compile
svn path=/trunk/; revision=24173
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 ******************* |