mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
configure: fix minor typo 'be build'->'be built'
https://bugzilla.gnome.org/show_bug.cgi?id=784739
This commit is contained in:
parent
28cc905cd0
commit
1d3210a8ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user