diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-01 02:02:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-01 02:02:22 +0800 |
commit | cd5ff486fb02451645f8b4b39608edca2da5e4a2 (patch) | |
tree | 5aff2bff0e48bc3333ff1fc3fdb619c4c34fdbd2 /configure.in | |
parent | 70fce0bbb0712dc70a15c481c0b65d68a98a4ff7 (diff) | |
download | gsoc2013-evolution-cd5ff486fb02451645f8b4b39608edca2da5e4a2.tar.gz gsoc2013-evolution-cd5ff486fb02451645f8b4b39608edca2da5e4a2.tar.zst gsoc2013-evolution-cd5ff486fb02451645f8b4b39608edca2da5e4a2.zip |
Let the mailer handle composer printing.
Start roughing in the mailer search bar.
svn path=/branches/kill-bonobo/; revision=37199
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5a6b372ec2..8018da60f8 100644 --- a/configure.in +++ b/configure.in @@ -1630,7 +1630,7 @@ fi dnl --- evolution-test flags -EVO_SET_COMPILE_FLAGS(EVOLUTION_TEST, gtk+-2.0 libxml-2.0) +EVO_SET_COMPILE_FLAGS(EVOLUTION_TEST, gtk+-2.0 libxml-2.0 unique-1.0) AC_SUBST(EVOLUTION_TEST_CFLAGS) AC_SUBST(EVOLUTION_TEST_LIBS) |