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

(-)kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake.orig (-7 / +5 lines)
Lines 1-11 Link Here
1
# Poppler
1
# Poppler
2
if( BUILD_KPDF )
2
pkg_search_module( POPPLER poppler )
3
  pkg_search_module( POPPLER poppler )
3
if( POPPLER_FOUND )
4
  if( POPPLER_FOUND )
4
  set( HAVE_POPPLER 1 )
5
    set( HAVE_POPPLER 1 )
5
else( )
6
  else( )
6
  tde_message_fatal( "poppler is required, but was not found on your system" )
7
    tde_message_fatal( "poppler is required, but was not found on your system" )
8
  endif( )
9
endif( )
7
endif( )
10
8
11
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )
9
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )

Return to bug 1295