From a92cab736f05e855dc52618a64ecc5b1b8d1eccd Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Feb 2015 12:31:25 +0100 Subject: old-build: proper atomics are not strictly required --- old-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-configure b/old-configure index ef0049bd99..35af5117e6 100755 --- a/old-configure +++ b/old-configure @@ -510,7 +510,7 @@ check_statement_libs "compiler support for __sync built-ins" $_sync SYNC_BUILTIN _sync=$(defretval) 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 check_compile "iconv" $_iconv ICONV waftools/fragments/iconv.c " " "-liconv" "-liconv $_ld_dl" -- cgit v1.2.3