summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-24 12:31:25 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-25 11:08:27 +0900
commitd40ccc3416dc24ab7920492fc1f8e50b5f72d199 (patch)
tree2c9322997e60fee9852c04be0512276c2c74272a /old-configure
parent57f5ad445dcb49e1a708d49d242b3fcf0fd6071c (diff)
downloadmpv-d40ccc3416dc24ab7920492fc1f8e50b5f72d199.tar.bz2
mpv-d40ccc3416dc24ab7920492fc1f8e50b5f72d199.tar.xz
old-build: proper atomics are not strictly required
(cherry picked from commit a92cab736f05e855dc52618a64ecc5b1b8d1eccd)
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index 503f3d5d38..8a37e42d50 100755
--- a/old-configure
+++ b/old-configure
@@ -509,7 +509,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"