configure: fix minor typo 'be build'->'be built'

https://bugzilla.gnome.org/show_bug.cgi?id=784739
This commit is contained in:
Aleksander Morgado 2017-07-10 11:11:39 +02:00 committed by Philip Withnall
parent 28cc905cd0
commit 1d3210a8ab

View File

@ -2243,7 +2243,7 @@ AC_CACHE_CHECK([for lock-free atomic intrinsics], glib_cv_g_atomic_lock_free, [
AC_TRY_LINK([],
[volatile int atomic = 2;\
__sync_bool_compare_and_swap (&atomic, 2, 3);],
[AC_MSG_ERROR([GLib must be build with -march=i486 or later.])],
[AC_MSG_ERROR([GLib must be built with -march=i486 or later.])],
[])
CFLAGS="${SAVE_CFLAGS}"
fi