summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-01-01 21:44:05 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-01-01 21:44:05 +0100
commitb467df073e48aafcd515e54766cbf5e535507e7c (patch)
treec040962087d25d7203d8806c28dbbb698acbb041 /old-configure
parente568299c2c2f438cbbee687aa57d0a6cdecf7e0b (diff)
downloadmpv-b467df073e48aafcd515e54766cbf5e535507e7c.tar.bz2
mpv-b467df073e48aafcd515e54766cbf5e535507e7c.tar.xz
build: fix typo
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 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