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

Volker Lendecke vlendec at samba.org
Tue Aug 5 14:17:43 GMT 2008


The branch, v3-2-test has been updated
       via  91c17ecfd7b07ff948874c3eb7013eb79c5b66ab (commit)
      from  c06ee7cd99c44f10fd7cf9926fe1511664f53ac3 (commit)

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


- Log -----------------------------------------------------------------
commit 91c17ecfd7b07ff948874c3eb7013eb79c5b66ab
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
    (cherry picked from commit d013f6fadc3e80fabb4a1784207dabc84f9b7dc2)

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

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 9a230de..c2b0248 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3747,6 +3747,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