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 893
Collapse All | Expand All

(-)twinkle-1.4.2/configure.in.ORI (-1 / +1 lines)
Lines 66-72 Link Here
66
66
67
export PKG_CONFIG_PATH
67
export PKG_CONFIG_PATH
68
68
69
PKG_CHECK_MODULES(CCRTP, libccrtp1 >= 1.6.0)
69
PKG_CHECK_MODULES(CCRTP, libccrtp >= 1.6.0)
70
70
71
PKG_CHECK_MODULES(XML2, libxml-2.0)
71
PKG_CHECK_MODULES(XML2, libxml-2.0)
72
# AC_CHECK_HEADER(libxml/tree.h, [],
72
# AC_CHECK_HEADER(libxml/tree.h, [],

Return to bug 893