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

(-)a/wifi/ConfigureChecks.cmake (+2 lines)
Lines 21-27 endif( ) Link Here
21
21
22
22
23
# check for wireless tools
23
# check for wireless tools
24
tde_save_and_set( CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-lm" )
24
check_library_exists( iw iw_get_stats "" HAVE_IW )
25
check_library_exists( iw iw_get_stats "" HAVE_IW )
26
tde_restore( CMAKE_REQUIRED_FLAGS )
25
if( HAVE_IW )
27
if( HAVE_IW )
26
  check_include_file( iwlib.h HAVE_IWLIB_H )
28
  check_include_file( iwlib.h HAVE_IWLIB_H )
27
  # we need at least wireless tools >= 27
29
  # we need at least wireless tools >= 27

Return to bug 1242