Added test of the presence libgadu with automake

pull/1/head
Slávek Banko 12 years ago
parent 60a2cf4226
commit 4a8e66dd7c

@ -27,6 +27,16 @@ fi
dnl This may need a test still for compatibility
COMPILE_GADU=true
use_libgadu_copy=
if test "$with_external_libgadu" != "no" ; then
# Check and setup for libgadu
KDE_PKG_CHECK_MODULES(LIBGG, libgadu, [have_libgg=yes], [have_libgg=no])
if test "x$have_libgg" = "xno"; then
COMPILE_GADU=
AC_MSG_RESULT([not found])
else
AC_MSG_RESULT([found])
fi
fi
AC_SUBST(LIBGG_INCLUDES)
AC_SUBST(LIBGG_LIBS)

Loading…
Cancel
Save