aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:07:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:07:58 +0800
commit734c8e69e29f782cf5217d73ea342fd80669c470 (patch)
tree5cb2f8215072db07e0b34fdaa8af80137f5bca78 /configure.ac
parent7fea45ce0c7e197a2e82b47f9828af573d592bc7 (diff)
downloadgsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar.gz
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar.bz2
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar.lz
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar.xz
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.tar.zst
gsoc2013-empathy-734c8e69e29f782cf5217d73ea342fd80669c470.zip
Add libnotify dep to src/ only.
svn path=/trunk/; revision=2292
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 689cf7f79..a80f06c84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,9 +109,10 @@ PKG_CHECK_MODULES(EMPATHY,
libglade-2.0 >= $LIBGLADE_REQUIRED
libebook-1.2
libcanberra-gtk >= 0.4
- libnotify >= $LIBNOTIFY_REQUIRED
])
+PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED)
+
# -----------------------------------------------------------
# Enable debug
# -----------------------------------------------------------