[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2872-ga09ed60

Andrew Bartlett abartlet at samba.org
Tue Jun 17 12:47:00 GMT 2008


The branch, v3-3-test has been updated
       via  a09ed6016a41a9ed45716579e59a646545054f63 (commit)
       via  d013f6fadc3e80fabb4a1784207dabc84f9b7dc2 (commit)
      from  9c1f334af3111e93bb8dceb661e1bc5519aa94c6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit a09ed6016a41a9ed45716579e59a646545054f63
Merge: d013f6fadc3e80fabb4a1784207dabc84f9b7dc2 9c1f334af3111e93bb8dceb661e1bc5519aa94c6
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jun 17 22:46:34 2008 +1000

    Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into 3-3-abartlet

commit d013f6fadc3e80fabb4a1784207dabc84f9b7dc2
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jun 17 22:45:29 2008 +1000

    Without stdlib.h we don't get a prototype for free().
    
    This test fails if GCC emits any warnings (presumably to detect the
    function propertly), but unless we include this message then free()
    fail.  Why we need to call free in a configure test is probably
    something to blame on valgrind...
    
    Andrew Bartlett

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

Summary of changes:
 source/configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 7ac1339..e25c213 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3779,6 +3779,7 @@ if test x"$with_ads_support" != x"no"; then
     AC_CACHE_CHECK([for krb5_error_code krb5_enctype_to_string(krb5_context context, krb5_enctype enctype, char **str)],
         smb_krb5_cv_enctype_to_string_takes_krb5_context_arg,[
 	AC_TRY_RUN_STRICT([
+		#include <stdlib.h>
 		#include <krb5.h>
 		int main(void) {
 			krb5_context context = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list