By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1040
Collapse All | Expand All

(-)tdenetwork/kopete/protocols/configure.in.in (+10 lines)
Lines 27-32 Link Here
27
dnl This may need a test still for compatibility
27
dnl This may need a test still for compatibility
28
COMPILE_GADU=true
28
COMPILE_GADU=true
29
use_libgadu_copy=
29
use_libgadu_copy=
30
if test "$with_external_libgadu" != "no" ; then
31
  # Check and setup for libgadu
32
  KDE_PKG_CHECK_MODULES(LIBGG, libgadu, [have_libgg=yes], [have_libgg=no])
33
  if test "x$have_libgg" = "xno"; then
34
    COMPILE_GADU=
35
    AC_MSG_RESULT([not found])
36
  else
37
    AC_MSG_RESULT([found])
38
  fi
39
fi
30
40
31
AC_SUBST(LIBGG_INCLUDES)
41
AC_SUBST(LIBGG_INCLUDES)
32
AC_SUBST(LIBGG_LIBS)
42
AC_SUBST(LIBGG_LIBS)

Return to bug 1040