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

(-)/dev/shm/kdevelop/kdevelop.m4.in (-2 / +2 lines)
Lines 417-424 Link Here
417
         db->open( db, 0, 0, NULL, DB_BTREE, DB_CREATE, 0644 );
417
         db->open( db, 0, 0, NULL, DB_BTREE, DB_CREATE, 0644 );
418
      #endif
418
      #endif
419
    ],
419
    ],
420
    ac_cv_bdb=yes,
420
    ac_cv_bdb=no,
421
    ac_cv_bdb=no
421
    ac_cv_bdb=yes
422
    )
422
    )
423
    CXXFLAGS="$save_CXXFLAGS"
423
    CXXFLAGS="$save_CXXFLAGS"
424
    LDFLAGS="$save_LDFLAGS"
424
    LDFLAGS="$save_LDFLAGS"

Return to bug 604