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

(-)a/configure.py (+2 lines)
Lines 836-841 def main(argv): Link Here
836
    global pytde_imports, kde_includes
836
    global pytde_imports, kde_includes
837
    global opt_libpython
837
    global opt_libpython
838
838
839
    opt_libpython = None
840
839
    # Look for '-z' first and process that switch
841
    # Look for '-z' first and process that switch
840
    # (command line switches override file switches)
842
    # (command line switches override file switches)
841
    for opt, arg in optlist:
843
    for opt, arg in optlist:

Return to bug 2130