diff options
Diffstat (limited to 'tdeioslave/smb/ConfigureChecks.cmake')
-rw-r--r-- | tdeioslave/smb/ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/smb/ConfigureChecks.cmake b/tdeioslave/smb/ConfigureChecks.cmake index da4d1a942..08eda7341 100644 --- a/tdeioslave/smb/ConfigureChecks.cmake +++ b/tdeioslave/smb/ConfigureChecks.cmake @@ -18,7 +18,7 @@ endif( ) if( HAVE_LIBSMBCLIENT_H ) set( SMBCLIENT_LIBRARIES smbclient ) - check_library_exists( ${SMBCLIENT_LIBRARIES} smbc_new_context "" HAVE_SMBCLIENT ) + check_library_exists( ${SMBCLIENT_LIBRARIES} smbc_new_context "${SMBCLIENT_LIBRARY_DIRS}" HAVE_SMBCLIENT ) endif( ) if( NOT HAVE_LIBSMBCLIENT_H OR NOT HAVE_SMBCLIENT ) |