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 (-2 / +17 lines)
Lines 25-32 Link Here
25
fi
25
fi
26
26
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
if test -z $LIBGG_LIBS; then
29
use_libgadu_copy=
29
  COMPILE_GADU=
30
  use_libgadu_copy=
31
else
32
  if test -z "$COMPILE_GADU"; then
33
    AC_MSG_CHECKING([if supplied libgadu-copy can be used])
34
    if test "$kde_use_threading" = "yes"; then
35
      AC_MSG_RESULT([yes])
36
      use_libgadu_copy=yes
37
      COMPILE_GADU=true
38
    else
39
      AC_MSG_RESULT([no (no pthread), support for Gadu-Gadu will be disabled])
40
      use_libgadu_copy=
41
      COMPILE_GADU=
42
    fi
43
  fi
44
fi
30
45
31
AC_SUBST(LIBGG_INCLUDES)
46
AC_SUBST(LIBGG_INCLUDES)
32
AC_SUBST(LIBGG_LIBS)
47
AC_SUBST(LIBGG_LIBS)

Return to bug 1040