Changeset 618 for vendor/current/source3/configure
- Timestamp:
- Aug 5, 2011, 7:52:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/configure
r597 r618 9622 9622 done 9623 9623 9624 for ac_header in sys/acl.h acl/libacl.h 9624 for ac_header in sys/acl.h acl/libacl.h sys/file.h 9625 9625 do : 9626 9626 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 16330 16330 16331 16331 $as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h 16332 16333 fi 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; } 16337 if test "${samba_cv_function_attribute_destructor+set}" = set; then : 16338 $as_echo_n "(cached) " >&6 16339 else 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 16348 if ac_fn_c_try_compile "$LINENO"; then : 16349 samba_cv_function_attribute_destructor=yes 16350 fi 16351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16352 16353 fi 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 16357 if test x"$samba_cv_function_attribute_destructor" = xyes ; then 16358 16359 $as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h 16332 16360 16333 16361 fi
Note:
See TracChangeset
for help on using the changeset viewer.