diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-27 23:23:15 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:08 +0800 |
commit | dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3 (patch) | |
tree | 3f7cf6577c14beb5db5f4fdd488f43faa0b4a50f /configure.ac | |
parent | 6d67672852072737fee47d2ef43031929520afd6 (diff) | |
download | gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar.gz gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar.bz2 gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar.lz gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar.xz gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.tar.zst gsoc2013-empathy-dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3.zip |
Don't build a shared telepathy-yell
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e0fbb680c..fbe42221c 100644 --- a/configure.ac +++ b/configure.ac @@ -65,8 +65,11 @@ GNOME_CONTROL_CENTER_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]) |