aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-27 23:23:15 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-27 23:23:15 +0800
commit2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6 (patch)
tree67355720c724ef0e48ab287a0a4517cd970deafb
parent1b1d14f6f07ae9dd95004fc71e43d945a5da29b8 (diff)
downloadgsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar.gz
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar.bz2
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar.lz
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar.xz
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.tar.zst
gsoc2013-empathy-2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6.zip
Don't build a shared telepathy-yell
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6986cd6a7..86d6b805f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,8 +59,11 @@ GNOME_CONTROL_CENTER_GTK3_REQUIRED=2.31.4
# telepathy-yell
prev_top_build_prefix=$ac_top_build_prefix
+prev_ac_configure_args=$ac_configure_args
+ac_configure_args="$ac_configure_args --disable-shared-library"
AX_CONFIG_DIR([telepathy-yell])
ac_top_build_prefix=$prev_top_build_prefix
+ac_configure_args=$prev_ac_configure_args
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$ac_top_build_prefix"telepathy-yell/telepathy-yell
AC_CONFIG_MACRO_DIR([m4])