diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f56f00514..88f11868d 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -283,7 +283,9 @@ if( WITH_XSCREENSAVER ) endif( ) endif( ) + tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${XSS_INCLUDE_DIRS}" ) check_include_file( X11/extensions/scrnsaver.h HAVE_XSCREENSAVER_H ) + tde_restore( CMAKE_REQUIRED_INCLUDES ) if( HAVE_XSSLIB AND HAVE_XSCREENSAVER_H ) set( HAVE_XSCREENSAVER 1 ) else( ) |