Ignore:
Timestamp:
Aug 5, 2011, 7:52:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/configure

    r597 r618  
    96229622done
    96239623
    9624 for ac_header in sys/acl.h acl/libacl.h
     9624for ac_header in sys/acl.h acl/libacl.h sys/file.h
    96259625do :
    96269626  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    1633016330
    1633116331$as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h
     16332
     16333fi
     16334
     16335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can compile with __attribute__((destructor))" >&5
     16336$as_echo_n "checking whether we can compile with __attribute__((destructor))... " >&6; }
     16337if test "${samba_cv_function_attribute_destructor+set}" = set; then :
     16338  $as_echo_n "(cached) " >&6
     16339else
     16340
     16341                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     16342/* end confdefs.h.  */
     16343
     16344                                __attribute__((destructor))
     16345                                static void cleanup(void) { }
     16346
     16347_ACEOF
     16348if ac_fn_c_try_compile "$LINENO"; then :
     16349  samba_cv_function_attribute_destructor=yes
     16350fi
     16351rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     16352
     16353fi
     16354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_function_attribute_destructor" >&5
     16355$as_echo "$samba_cv_function_attribute_destructor" >&6; }
     16356
     16357if test x"$samba_cv_function_attribute_destructor" = xyes ; then
     16358
     16359$as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h
    1633216360
    1633316361fi
Note: See TracChangeset for help on using the changeset viewer.