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

(-)python-trinity/configure.py.ORI (-1 / +1 lines)
Lines 513-519 Link Here
513
    
513
    
514
    for file in dist:
514
    for file in dist:
515
        if file.find ("andrake") > 0:
515
        if file.find ("andrake") > 0:
516
            kde_sip_flags.remove ("ALL")
516
            kde_sip_flags.pop()
517
            kde_sip_flags.append ("D_MANDRAKE")
517
            kde_sip_flags.append ("D_MANDRAKE")
518
518
519
def set_sip_flags():
519
def set_sip_flags():

Return to bug 1262