summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-01-01 21:44:05 +0100
committerwm4 <wm4@nowhere>2014-01-01 21:50:42 +0100
commit82ab3a8160d88ca57522777452eff322274965c7 (patch)
treef3e259710947cc62c8c0fe5cdbd19f56b4205475
parente371f2ebd39e05b77bfab54caa87e162c1745cbe (diff)
downloadmpv-82ab3a8160d88ca57522777452eff322274965c7.tar.bz2
mpv-82ab3a8160d88ca57522777452eff322274965c7.tar.xz
build: fix typo
-rwxr-xr-xold-configure2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/old-configure b/old-configure
index b8c2ed1f7c..763d95b227 100755
--- a/old-configure
+++ b/old-configure
@@ -1358,7 +1358,7 @@ else
fi
if test "$_atomic" = no && test "$_sync" = no ; then
- die "your compiler must support either __atomic or __aync bult-ins."
+ die "your compiler must support either __atomic or __sync built-ins."
fi
if test "$_pthreads" = yes ; then
diff --git a/wscript b/wscript
index ae3bb1d8c1..e6e0a83a72 100644
--- a/wscript
+++ b/wscript
@@ -118,7 +118,7 @@ main_dependencies = [
'func': check_true,
'deps_any': ['atomic-builtins', 'sync-builtins'],
'req': True,
- 'fmsg': 'your compiler must support either __atomic or __aync bult-ins',
+ 'fmsg': 'your compiler must support either __atomic or __sync built-ins',
}, {
'name': 'librt',
'desc': 'linking with -lrt',