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-kvirc-3.5.13.2/configure.in.ORI (-1 / +1 lines)
Lines 20-26 Link Here
20
AM_MAINTAINER_MODE
20
AM_MAINTAINER_MODE
21
21
22
AC_PREFIX_DEFAULT(/usr/local)
22
AC_PREFIX_DEFAULT(/usr/local)
23
AM_CONFIG_HEADER(src/config.h)
23
AC_CONFIG_HEADER(src/config.h)
24
24
25
#------------------------------------------------------------------
25
#------------------------------------------------------------------
26
# HERE starts your real configure script
26
# HERE starts your real configure script

Return to bug 1393