Mercurial > pidgin
diff ChangeLog @ 28896:4d7499dc540d
Patch from Gabriel Schulhof to correctly disable all missing dependencies
if --disable-missing-dependencies is passed to configure. In some cases,
this would only result in incorrect output from configure (yes, instead of
no), but I think a few cases would probably not compile.
Fixes #10623.
committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 17 Jan 2010 00:59:14 +0000 |
parents | 5c2bbeef2eb8 |
children | 337ab97fa198 |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 16 23:14:41 2010 +0000 +++ b/ChangeLog Sun Jan 17 00:59:14 2010 +0000 @@ -4,6 +4,10 @@ libpurple: * Fix 'make check' on OS X. (David Fang) + General: + * Correctly disable all missing dependencies when using the + --disable-missing-dependencies option. (Gabriel Schulhof) + Gadu-Gadu: * Fix display of avatars after a server-side change. (Krzysztof Klinikowski)