diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:15:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:15:43 +0800 |
commit | 7611cc90a1147911f61e88827057232308fd2b86 (patch) | |
tree | 5f7619866da486e2ee39e74f6c2f493517eb8c29 /configure.ac | |
parent | a75883cc0f8cc67287bd50cbde713f9e23872232 (diff) | |
download | gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar.gz gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar.bz2 gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar.lz gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar.xz gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.tar.zst gsoc2013-empathy-7611cc90a1147911f61e88827057232308fd2b86.zip |
Set the ContentType property properly on a new file channel. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1767
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aa5234dab..f29596117 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,7 @@ PKG_CHECK_MODULES(LIBEMPATHY, libmissioncontrol >= $MISSION_CONTROL_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED + gnome-vfs-2.0 ]) PKG_CHECK_MODULES(EMPATHY, |