mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
configure: fix minor typo 'be build'->'be built'
https://bugzilla.gnome.org/show_bug.cgi?id=784739
This commit is contained in:
committed by
Philip Withnall
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([],
|
AC_TRY_LINK([],
|
||||||
[volatile int atomic = 2;\
|
[volatile int atomic = 2;\
|
||||||
__sync_bool_compare_and_swap (&atomic, 2, 3);],
|
__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}"
|
CFLAGS="${SAVE_CFLAGS}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user