build: fix typo

This commit is contained in:
Stefano Pigozzi 2014-01-01 21:44:05 +01:00
parent e568299c2c
commit b467df073e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',