Sun, 25 Sep 2016 13:10:06 -0500
configure.ac: Fix test for gg_is_gpl_complaint in non-standard location
If libgadu isn't in a standard library include directory (aka Windows),
AC_CHECK_LIB() will fail, unable to find it. This patch adds the
pkg-config $LIBGADU_LIBS variable to AC_CHECK_LIB()'s other-libraries
argument in order to allow it to find the library, wherever it is.
| configure.ac | file | annotate | diff | comparison | revisions |