summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-24 12:31:25 +0100
committerwm4 <wm4@nowhere>2015-02-24 12:31:25 +0100
commita92cab736f05e855dc52618a64ecc5b1b8d1eccd (patch)
treef816508cb910e6df8647e5b6846c3d5bdd09583f
parent5baf74fa24493298fc83336da77f400ddac29d55 (diff)
downloadmpv-a92cab736f05e855dc52618a64ecc5b1b8d1eccd.tar.bz2
mpv-a92cab736f05e855dc52618a64ecc5b1b8d1eccd.tar.xz
old-build: proper atomics are not strictly required
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
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"