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

(-)trinity-tdeutils-3.5.13.2/ConfigureChecks.cmake.rhel4 (-2 lines)
Lines 109-116 Link Here
109
      set( CMAKE_REQUIRED_LIBRARIES )
107
      set( CMAKE_REQUIRED_LIBRARIES )
110
      set( HAVE_DPMS 1 )
108
      set( HAVE_DPMS 1 )
111
    endif( WITH_DPMS )
109
    endif( WITH_DPMS )
112
  else( XEXT_FOUND )
113
    tde_message_fatal( "libXext is requested, but was not found on your system" )
114
  endif( XEXT_FOUND )
110
  endif( XEXT_FOUND )
115
endif( )
111
endif( )
116
112

Return to bug 1199