From b467df073e48aafcd515e54766cbf5e535507e7c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 1 Jan 2014 21:44:05 +0100 Subject: build: fix typo --- old-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-configure') 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 -- cgit v1.2.3