old-build: proper atomics are not strictly required

(cherry picked from commit a92cab736f)
This commit is contained in:
wm4 2015-02-24 12:31:25 +01:00 committed by Diogo Franco (Kovensky)
parent 57f5ad445d
commit d40ccc3416
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ check_statement_libs "compiler support for __sync built-ins" $_sync SYNC_BUILTIN
_sync=$(defretval) _sync=$(defretval)
if test "$_atomic" = no && test "$_sync" = no && test "$_stdatomic" = no ; then if test "$_atomic" = no && test "$_sync" = no && test "$_stdatomic" = no ; then
die "your compiler must support either stdatomic.h, or __atomic, or __sync built-ins." echo "your compiler must support either stdatomic.h, or __atomic, or __sync built-ins."
fi fi
check_compile "iconv" $_iconv ICONV waftools/fragments/iconv.c " " "-liconv" "-liconv $_ld_dl" check_compile "iconv" $_iconv ICONV waftools/fragments/iconv.c " " "-liconv" "-liconv $_ld_dl"