pidgin/pidgin

1d70f77644ca
configure.ac: Don't link libgadu to everything

When AC_CHECK_LIB() is used, if no argument is
passed, it automatically puts the library into $LIBS [1]. This was
happening for libgadu, which should only be in the gg prpl.
This patch gives it enough for an argument to
stop this from happening.

[1] https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/Libraries.html
if ENABLE_GTK_DOC
SUBDIRS = reference
endif
man_MANS =
if ENABLE_GTK
man_MANS += pidgin.1
endif
if ENABLE_GNT
man_MANS += finch.1
endif
EXTRA_DIST = \
funniest_home_convos.txt \
finch.1.in \
gtkrc-2.0 \
pidgin.1.in \
the_penguin.txt