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

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- a/admin/acinclude.m4.in
0
++ b/admin/acinclude.m4.in
Lines 2144-2152 Link Here
2144
save_CXXFLAGS="$CXXFLAGS"
2144
save_CXXFLAGS="$CXXFLAGS"
2145
kde_safe_LIBS="$LIBS"
2145
kde_safe_LIBS="$LIBS"
2146
LIBS="$LIBS $X_EXTRA_LIBS"
2146
LIBS="$LIBS $X_EXTRA_LIBS"
2147
if test "$GXX" = "yes"; then
2148
CXXFLAGS="$CXXFLAGS -pedantic-errors"
2149
fi
2150
AC_TRY_COMPILE([
2147
AC_TRY_COMPILE([
2151
$2
2148
$2
2152
],
2149
],

Return to bug 1194