From 2430f28d4659fdfc428b0bdf89d774b0c7b9cdc6 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 27 Apr 2011 16:23:15 +0100 Subject: Don't build a shared telepathy-yell --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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]) -- cgit v1.2.3