]> git.0d.be Git - empathy.git/commitdiff
Don't build a shared telepathy-yell
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 27 Apr 2011 15:23:15 +0000 (16:23 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:20:08 +0000 (10:20 +0100)
configure.ac

index e0fbb680c97b0d1eaebc8b9af38e00e438249051..fbe42221cccaf094607e53825c747a306810c895 100644 (file)
@@ -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])