[SCM] Samba Shared Repository - branch master updated

Kamen Mazdrashki kamenim at samba.org
Tue Oct 5 15:37:01 MDT 2010


The branch, master has been updated
       via  95c6c9b heimdal-com_err: fix the build for systems with older 'com_err' library
      from  cef5a36 selftest: make it more obvious we only expect the printjob tests to fail.

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


- Log -----------------------------------------------------------------
commit 95c6c9b69bcc7bed3a733a355dfa502b7aebd92b
Author: Kamen Mazdrashki <kamenim at samba.org>
Date:   Tue Oct 5 23:08:24 2010 +0300

    heimdal-com_err: fix the build for systems with older 'com_err' library
    
    Autobuild-User: Kamen Mazdrashki <kamenim at samba.org>
    Autobuild-Date: Tue Oct  5 21:36:41 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/heimdal_build/wscript_configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
index 74b1794..8a5ac93 100644
--- a/source4/heimdal_build/wscript_configure
+++ b/source4/heimdal_build/wscript_configure
@@ -60,7 +60,7 @@ conf.CHECK_STRUCTURE_MEMBER('DIR', 'dd_fd', define='HAVE_DIR_DD_FD',  headers='d
 
 conf.DEFINE('SAMBA4_INTERNAL_HEIMDAL', 1)
 
-if conf.CHECK_BUNDLED_SYSTEM('com_err', checkfunctions='com_err', headers='com_err.h'):
+if conf.CHECK_BUNDLED_SYSTEM('com_err',  minversion='1.41.11', checkfunctions='com_err com_right_r', headers='com_err.h com_right.h'):
     conf.define('USING_SYSTEM_COM_ERR', 1)
 
 if conf.find_program('compile_et', var='COMPILE_ET'):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list