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

(-)ConfigureChecks.cmake.orig (+7 lines)
Lines 14-19 Link Here
14
14
15
tde_setup_architecture_flags( )
15
tde_setup_architecture_flags( )
16
16
17
##### check for libdl ###########################
18
19
find_library( HAVE_LIBDL dl )
20
if( NOT HAVE_LIBDL STREQUAL "HAVE_LIBDL-NOTFOUND" )
21
  set( DL_LIBRARIES dl )
22
endif( )
23
17
# termios.h (tdm, tdeioslave)
24
# termios.h (tdm, tdeioslave)
18
if( BUILD_TDM OR BUILD_TDEIOSLAVES )
25
if( BUILD_TDM OR BUILD_TDEIOSLAVES )
19
  check_include_file( termios.h HAVE_TERMIOS_H )
26
  check_include_file( termios.h HAVE_TERMIOS_H )

Return to bug 2110