[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave
From:       Matthew Woehlke <mw_triad () users ! sourceforge ! net>
Date:       2008-02-29 22:43:40
Message-ID: 1204325020.461997.18749.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 780767 by mwoehlke:

smb kioslave now requires smbc_option_set (needs last update to kdelibs for the check \
to have an effect)


 M  +2 -1      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/kioslave/CMakeLists.txt #780766:780767
@@ -1,6 +1,7 @@
 
 # we need a version of samba which has already smbc_set_context(), Alex
 set(SAMBA_REQUIRE_SMBC_SET_CONTEXT TRUE)
+set(SAMBA_REQUIRE_SMBC_OPTION_SET TRUE)
 macro_optional_find_package(Samba)
 
 add_subdirectory( about )
@@ -28,6 +29,6 @@
    if(SAMBA_FOUND)
       add_subdirectory(smb)
    else(SAMBA_FOUND)
-      macro_log_feature(SAMBA_FOUND "Samba" "Sambas libsmbclient is required for the \
smb-ioslave. A version which already has smbc_set_context() is required" \
"http://www.samba.org") +      macro_log_feature(SAMBA_FOUND "Samba" "Sambas \
libsmbclient is required for the smb-ioslave. A version which already has \
smbc_set_context() and smbc_option_set() is required" "http://www.samba.org")  \
endif(SAMBA_FOUND)  endif(NOT WIN32)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic