The branch, master has been updated
       via  40d3408... s4-smbtorture: also configure check 
smbc_setOptionCaseSensitive for LIBSMBCLIENT testsuite.
      from  add4edc... s3 net/i18n: Update .po files

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 40d3408dd3fd908e1fe15ff81015ab4275b6ad74
Author: Günther Deschner <[email protected]>
Date:   Tue Jan 19 16:22:45 2010 +0100

    s4-smbtorture: also configure check smbc_setOptionCaseSensitive for 
LIBSMBCLIENT testsuite.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/libsmbclient/config.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/libsmbclient/config.m4 
b/source4/torture/libsmbclient/config.m4
index a53b4d6..39b3360 100644
--- a/source4/torture/libsmbclient/config.m4
+++ b/source4/torture/libsmbclient/config.m4
@@ -21,7 +21,8 @@ if test x$use_libsmbclient != xno; then
        AC_CHECK_HEADERS(libsmbclient.h)
        AC_CHECK_LIB_EXT(smbclient, SMBCLIENT_LIBS, smbc_new_context)
        AC_CHECK_LIB_EXT(smbclient, SMBCLIENT_LIBS, 
smbc_getOptionNoAutoAnonymousLogin)
-       if test x"$ac_cv_header_libsmbclient_h" = x"yes" -a 
x"$ac_cv_lib_ext_smbclient_smbc_new_context" = x"yes" -a 
x"$ac_cv_lib_ext_smbclient_smbc_getOptionNoAutoAnonymousLogin" = x"yes"; then
+       AC_CHECK_LIB_EXT(smbclient, SMBCLIENT_LIBS, smbc_setOptionCaseSensitive)
+       if test x"$ac_cv_header_libsmbclient_h" = x"yes" -a 
x"$ac_cv_lib_ext_smbclient_smbc_new_context" = x"yes" -a 
x"$ac_cv_lib_ext_smbclient_smbc_getOptionNoAutoAnonymousLogin" = x"yes" -a 
x"$ac_cv_lib_ext_smbclient_smbc_setOptionCaseSensitive" = x"yes"; then
                AC_DEFINE(ENABLE_LIBSMBCLIENT,1,[Whether we have libsmbclient 
on the host system])
                SMB_ENABLE(SMBCLIENT,YES)
                SMB_ENABLE(TORTURE_LIBSMBCLIENT,YES)


-- 
Samba Shared Repository

Reply via email to