diff options
Diffstat (limited to 'net-im/empathy/files/patch-configure')
-rw-r--r-- | net-im/empathy/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure new file mode 100644 index 000000000..1a16aca80 --- /dev/null +++ b/net-im/empathy/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2010-04-10 22:44:46.000000000 +0200 ++++ configure 2010-04-10 22:45:28.000000000 +0200 +@@ -16874,7 +16874,7 @@ + fi + + +-if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" == "xyes"; then ++if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" = "xyes"; then + + pkg_failed=no + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TELEPATHY_LOGGER" >&5 |