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

(-)trinity-kaffeine-mozilla-3.5.13.2/configure.in.ORI (-1 / +1 lines)
Lines 1-6 Link Here
1
AC_INIT(configure.in)
1
AC_INIT(configure.in)
2
2
3
AM_CONFIG_HEADER(config.h)
3
AC_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(kaffeine_mozilla, 0.2)
4
AM_INIT_AUTOMAKE(kaffeine_mozilla, 0.2)
5
5
6
AC_LANG_C
6
AC_LANG_C

Return to bug 1393