Changeset 620 for trunk/server/source3/configure
- Timestamp:
- Aug 6, 2011, 6:50:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/configure
r604 r620 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` … … 16337 16337 16338 16338 $as_echo "#define HAVE_STAT_DOS_FLAGS 1" >>confdefs.h 16339 16340 fi 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; } 16344 if test "${samba_cv_function_attribute_destructor+set}" = set; then : 16345 $as_echo_n "(cached) " >&6 16346 else 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 16355 if ac_fn_c_try_compile "$LINENO"; then : 16356 samba_cv_function_attribute_destructor=yes 16357 fi 16358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16359 16360 fi 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 16364 if test x"$samba_cv_function_attribute_destructor" = xyes ; then 16365 16366 $as_echo "#define HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 1" >>confdefs.h 16339 16367 16340 16368 fi
Note:
See TracChangeset
for help on using the changeset viewer.