Ignore:
Timestamp:
Aug 6, 2011, 6:50:53 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/configure

    r604 r620  
    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`
     
    1633716337
    1633816338$as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h
     16339
     16340fi
     16341
     16342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can compile with __attribute__((destructor))" >&5
     16343$as_echo_n "checking whether we can compile with __attribute__((destructor))... " >&6; }
     16344if test "${samba_cv_function_attribute_destructor+set}" = set; then :
     16345  $as_echo_n "(cached) " >&6
     16346else
     16347
     16348                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     16349/* end confdefs.h.  */
     16350
     16351                                __attribute__((destructor))
     16352                                static void cleanup(void) { }
     16353
     16354_ACEOF
     16355if ac_fn_c_try_compile "$LINENO"; then :
     16356  samba_cv_function_attribute_destructor=yes
     16357fi
     16358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     16359
     16360fi
     16361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_function_attribute_destructor" >&5
     16362$as_echo "$samba_cv_function_attribute_destructor" >&6; }
     16363
     16364if test x"$samba_cv_function_attribute_destructor" = xyes ; then
     16365
     16366$as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h
    1633916367
    1634016368fi
Note: See TracChangeset for help on using the changeset viewer.