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-bibletime-3.5.13.2/configure.in.in.ORI (-1 / +1 lines)
Lines 18-24 Link Here
18
KDE_USE_QT(3.0)
18
KDE_USE_QT(3.0)
19
19
20
dnl generate the config header
20
dnl generate the config header
21
AM_CONFIG_HEADER([config.h]) dnl at the distribution this done
21
AC_CONFIG_HEADER([config.h]) dnl at the distribution this done
22
22
23
dnl Checks for programs.
23
dnl Checks for programs.
24
AC_CHECK_COMPILERS
24
AC_CHECK_COMPILERS

Return to bug 1393