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
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- make -s -j$(nproc) distcheck
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck