aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-13 01:04:19 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-13 01:04:19 +0800
commit5c78763efda4c70010f70350533e25b7c9d1c87f (patch)
tree8fd6cd495e398cd3a5a1986ff2d113b093e4d9de
parentc7ecf204b77aa1df290f92d331b39f7fffe1ce0d (diff)
downloadgsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar
gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.gz
gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.bz2
gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.lz
gsoc2013-evolution-5c78763efda4c70010f70350533e25b7c9d1c87f.tar.xz
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
-rw-r--r--ChangeLog5
-rw-r--r--configure.in6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c1adeeee0..c03cf33558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 *******************